summaryrefslogtreecommitdiffstats
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 821d704..c2dc44c 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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
6 6
7SRCNAME = "positional" 7SRCNAME = "positional"
8SRC_URI = "git://github.com/morganfainberg/positional \ 8SRC_URI = "https://pypi.io/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
9" 9"
10 10
11PV = "1.1.1+git${SRCPV}" 11SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e"
12SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f" 12SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
16inherit setuptools 16inherit setuptools
17 17