aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
index 6a884dfe..a62cbd8b 100644
--- a/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-warlock_1.3.0.bb
@@ -6,16 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS += "python-jsonschema python-jsonpatch"
-SRCNAME = "warlock"
-
-SRC_URI = "https://pypi.python.org/packages/2d/40/9f01a5e1574dab946598793351d59c86f58209d182d229aaa545abb98894/${SRCNAME}-${PV}.tar.gz"
-
SRC_URI[md5sum] = "61cc809a3af2c76288f4dd26a003932d"
SRC_URI[sha256sum] = "d7403f728fce67ee2f22f3d7fa09c9de0bc95c3e7bcf6005b9c1962b77976a06"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+inherit setuptools pypi
RDEPENDS_${PN} += " python-jsonschema python-jsonpatch"