diff options
3 files changed, 27 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme.inc b/meta-openstack/recipes-devtools/python/python-wsme.inc new file mode 100644 index 0000000..b402a09 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsme.inc | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WSME/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "WSME" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f" | ||
| 10 | SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a" | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | ${PYTHON_PN}-pip \ | ||
| 14 | ${PYTHON_PN}-pbr \ | ||
| 15 | " | ||
| 16 | |||
| 17 | # Satisfy setup.py 'setup_requires' | ||
| 18 | DEPENDS += " \ | ||
| 19 | ${PYTHON_PN}-pbr-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += "\ | ||
| 23 | ${PYTHON_PN}-pbr \ | ||
| 24 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb index 4e83299..b332f5f 100644 --- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb | |||
| @@ -1,26 +1,2 @@ | |||
| 1 | DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WSME/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "WSME" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f" | ||
| 10 | SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a" | ||
| 11 | |||
| 12 | inherit setuptools pypi | 1 | inherit setuptools pypi |
| 13 | 2 | require python-wsme.inc | |
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | python-pbr \ | ||
| 17 | " | ||
| 18 | |||
| 19 | # Satisfy setup.py 'setup_requires' | ||
| 20 | DEPENDS += " \ | ||
| 21 | python-pbr-native \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "\ | ||
| 25 | python-pbr \ | ||
| 26 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb b/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb new file mode 100644 index 0000000..f792d0e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 pypi | ||
| 2 | require python-wsme.inc | ||
