diff options
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pycadf_git.bb (renamed from meta-openstack/recipes-devtools/python/python-pycadf_git.bb) | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb index 03a105d..6e864e8 100644 --- a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb | |||
@@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
6 | 6 | ||
7 | PV = "2.10.0+git${SRCPV}" | 7 | PV = "3.1.0+git${SRCPV}" |
8 | SRCREV = "d113c1564d49d93451d9330955e8a42b7db04149" | 8 | SRCREV = "2402013a8719873d65136fc283e1855166adbc26" |
9 | 9 | ||
10 | SRCNAME = "pycadf" | 10 | SRCNAME = "pycadf" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
@@ -17,21 +17,21 @@ inherit setuptools3 | |||
17 | FILES_${PN} += "${datadir}/etc/${SRCNAME}/*" | 17 | FILES_${PN} += "${datadir}/etc/${SRCNAME}/*" |
18 | 18 | ||
19 | DEPENDS += " \ | 19 | DEPENDS += " \ |
20 | python-pip \ | 20 | python3-pip \ |
21 | python-pbr \ | 21 | python3-pbr \ |
22 | " | 22 | " |
23 | # Satisfy setup.py 'setup_requires' | 23 | # Satisfy setup.py 'setup_requires' |
24 | DEPENDS += " \ | 24 | DEPENDS += " \ |
25 | python-pbr-native \ | 25 | python3-pbr-native \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
29 | python-babel \ | 29 | python3-babel \ |
30 | python-iso8601 \ | 30 | python3-iso8601 \ |
31 | python-netaddr \ | 31 | python3-netaddr \ |
32 | python-posix-ipc \ | 32 | python3-posix-ipc \ |
33 | python-pytz \ | 33 | python3-pytz \ |
34 | python-six \ | 34 | python3-six \ |
35 | python-webob \ | 35 | python3-webob \ |
36 | python-pbr \ | 36 | python3-pbr \ |
37 | " | 37 | " |