diff options
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb (renamed from meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb) | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb index 3ad3993..27f2860 100644 --- a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb +++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
6 | 6 | ||
7 | SRCNAME = "futurist" | 7 | SRCNAME = "futurist" |
8 | 8 | ||
9 | SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "https://pypi.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "ccef2f5a651fffcfe13c71d91262be4d" | 11 | SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259" |
12 | SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd" | 12 | SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4" |
13 | 13 | ||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
15 | 15 | ||
@@ -17,10 +17,15 @@ inherit setuptools | |||
17 | 17 | ||
18 | DEPENDS += " \ | 18 | DEPENDS += " \ |
19 | python-pip \ | 19 | python-pip \ |
20 | python-pbr-native \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
24 | python-pbr \ | ||
25 | python-six \ | ||
26 | python-monotonic \ | ||
23 | python-futures \ | 27 | python-futures \ |
24 | python-contextlib2 \ | 28 | python-contextlib2 \ |
29 | python-prettytable \ | ||
25 | " | 30 | " |
26 | 31 | ||