diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-07-28 08:44:56 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-30 15:45:58 -0400 |
| commit | 3ec390aef340c32ac0f52e1c6aa38da522e5fd68 (patch) | |
| tree | 6dae2ecc6ef3aca24454f3068adfcda43c00827c /meta-openstack/recipes-devtools/python/python-pycadf_git.bb | |
| parent | 13fff861efce1e32bc19a375d81b2e36d9d394c4 (diff) | |
| download | meta-cloud-services-3ec390aef340c32ac0f52e1c6aa38da522e5fd68.tar.gz | |
python3-pycadf: Change python to python3
Version updated to 3.1.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pycadf_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pycadf_git.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python-pycadf_git.bb deleted file mode 100644 index 03a105d..0000000 --- a/meta-openstack/recipes-devtools/python/python-pycadf_git.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | DESCRIPTION = "CADF Library" | ||
| 2 | HOMEPAGE = "https://launchpad.net/pycadf" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | PV = "2.10.0+git${SRCPV}" | ||
| 8 | SRCREV = "d113c1564d49d93451d9330955e8a42b7db04149" | ||
| 9 | |||
| 10 | SRCNAME = "pycadf" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/etc/${SRCNAME}/*" | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | python-babel \ | ||
| 30 | python-iso8601 \ | ||
| 31 | python-netaddr \ | ||
| 32 | python-posix-ipc \ | ||
| 33 | python-pytz \ | ||
| 34 | python-six \ | ||
| 35 | python-webob \ | ||
| 36 | python-pbr \ | ||
| 37 | " | ||
