diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb index 246ade2..c908ccd 100644 --- a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb +++ b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb | |||
| @@ -4,16 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" | 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PYPI_PACKAGE = "PasteDeploy" |
| 8 | SRCNAME = "PasteDeploy" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | 8 | ||
| 12 | SRC_URI[md5sum] = "352b7205c78c8de4987578d19431af3b" | 9 | SRC_URI[md5sum] = "352b7205c78c8de4987578d19431af3b" |
| 13 | SRC_URI[sha256sum] = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb" | 10 | SRC_URI[sha256sum] = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb" |
| 14 | 11 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 12 | inherit setuptools pypi |
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | 13 | ||
| 19 | RDEPENDS_${PN} += "python-paste" | 14 | RDEPENDS_${PN} += "python-paste" |
