summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-08-22 13:03:51 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-22 22:48:03 -0400
commit6204c27d8792d79f6b0c0a256edd28dbd161f0b7 (patch)
tree753ccaf235e827af1f9479558194bbdbad4cb6fb
parent615d9c22d8bd3afd37afe8fd3174d85f42adc12b (diff)
downloadmeta-cloud-services-6204c27d8792d79f6b0c0a256edd28dbd161f0b7.tar.gz
python-positional: use archived tarball
The upstream project has been discontinued as you can see from the comment from the developer in response to another pkg which used positional: https://github.com/conda-forge/positional-feedstock/issues/7 In addition to discontinuing the project the developer removed the repository, so we need to use the version archived via pypi. We can't simply drop the package as it is used by python-nova and other openstack components. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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