summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:44:39 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:44:39 +0000
commit9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch)
treebf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
parentba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff)
downloadmeta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
index 990f96b..4eb1ed5 100644
--- a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \
10SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e" 10SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e"
11SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff" 11SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff"
12 12
13inherit setuptools pypi 13inherit setuptools3 pypi
14 14
15DEPENDS += " \ 15DEPENDS += " \
16 python-pip \ 16 python-pip \