aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb (renamed from meta-openstack/recipes-devtools/python/python-positional_git.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_git.bb b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
index 821d7047..c2dc44c8 100644
--- a/meta-openstack/recipes-devtools/python/python-positional_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
@@ -5,13 +5,13 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
SRCNAME = "positional"
-SRC_URI = "git://github.com/morganfainberg/positional \
+SRC_URI = "https://pypi.io/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
"
-PV = "1.1.1+git${SRCPV}"
-SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f"
+SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e"
+SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0"
-S = "${WORKDIR}/git"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools