diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb (renamed from meta-openstack/recipes-devtools/python/python-wsme.inc) | 10 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme.inc b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb index b402a09..57538ec 100644 --- a/meta-openstack/recipes-devtools/python/python-wsme.inc +++ b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb | |||
| @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" | |||
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "WSME" | 7 | PYPI_PACKAGE = "WSME" |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f" | 9 | SRC_URI[md5sum] = "7e5d5c6dbee2ad1e82c518ef3bfdf108" |
| 10 | SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a" | 10 | SRC_URI[sha256sum] = "965b9ce48161e5c50d84aedcf50dca698f05bf07e9d489201bccaec3141cd304" |
| 11 | 11 | ||
| 12 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 13 | ${PYTHON_PN}-pip \ | 13 | ${PYTHON_PN}-pip \ |
| @@ -21,4 +21,10 @@ DEPENDS += " \ | |||
| 21 | 21 | ||
| 22 | RDEPENDS_${PN} += "\ | 22 | RDEPENDS_${PN} += "\ |
| 23 | ${PYTHON_PN}-pbr \ | 23 | ${PYTHON_PN}-pbr \ |
| 24 | ${PYTHON_PN}-six \ | ||
| 25 | ${PYTHON_PN}-pytz \ | ||
| 26 | ${PYTHON_PN}-netaddr \ | ||
| 27 | ${PYTHON_PN}-webob \ | ||
| 24 | " | 28 | " |
| 29 | |||
| 30 | inherit setuptools3 pypi | ||
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 deleted file mode 100644 index f792d0e..0000000 --- a/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | inherit setuptools3 pypi | ||
| 2 | require python-wsme.inc | ||
