diff options
Diffstat (limited to 'meta-python')
3 files changed, 23 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc new file mode 100644 index 0000000000..a1520db490 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Serialization based on ast.literal_eval" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095" | ||
4 | |||
5 | SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf" | ||
6 | SRC_URI[sha256sum] = "9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732" | ||
7 | |||
8 | inherit pypi | ||
9 | |||
10 | RDEPENDS_${PN} += "\ | ||
11 | ${PYTHON_PN}-netclient \ | ||
12 | ${PYTHON_PN}-numbers \ | ||
13 | " | ||
diff --git a/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb b/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb index f18343ab56..0db3cf98aa 100644 --- a/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb +++ b/meta-python/recipes-devtools/python/python-serpent_1.18.1.bb | |||
@@ -1,13 +1,2 @@ | |||
1 | SUMMARY = "Serialization based on ast.literal_eval" | 1 | inherit setuptools |
2 | LICENSE = "MIT" | 2 | require python-serpent.inc |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095" | ||
4 | |||
5 | SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf" | ||
6 | SRC_URI[sha256sum] = "9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732" | ||
7 | |||
8 | inherit pypi setuptools | ||
9 | |||
10 | RDEPENDS_${PN} += "\ | ||
11 | ${PYTHON_PN}-netclient \ | ||
12 | ${PYTHON_PN}-numbers \ | ||
13 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb b/meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb new file mode 100644 index 0000000000..199dcfafda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.18.1.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-serpent.inc | ||
3 | |||
4 | # Requires _pydecimal which is in misc | ||
5 | RDEPENDS_${PN} += " \ | ||
6 | ${PYTHON_PN}-enum \ | ||
7 | ${PYTHON_PN}-misc \ | ||
8 | " | ||