aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.2.bb
diff options
context:
space:
mode:
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.bb9
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 246ade2c..c908ccd9 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"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c"
-PR = "r0"
-SRCNAME = "PasteDeploy"
-
-SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+PYPI_PACKAGE = "PasteDeploy"
SRC_URI[md5sum] = "352b7205c78c8de4987578d19431af3b"
SRC_URI[sha256sum] = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+inherit setuptools pypi
RDEPENDS_${PN} += "python-paste"