diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.config_git.bb | 37 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb | 26 |
2 files changed, 26 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb deleted file mode 100644 index 6a0498c..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/4.11.1" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | PV = "4.11.1+git${SRCPV}" | ||
| 8 | SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.config" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 rmargparse | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr \ | ||
| 19 | python-pip \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python-pbr \ | ||
| 29 | python-netaddr \ | ||
| 30 | python-six \ | ||
| 31 | python-stevedore \ | ||
| 32 | python-debtcollector \ | ||
| 33 | python-oslo.i18n \ | ||
| 34 | python-rfc3986 \ | ||
| 35 | python-pyyaml \ | ||
| 36 | " | ||
| 37 | |||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb new file mode 100644 index 0000000..6898a1f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslo.config_8.2.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "116ff3a7b98b0309b083af7906d99f8c6bea67df5ee03a85e2ac02700dd75d30" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pbr \ | ||
| 13 | python3-pbr-native \ | ||
| 14 | python3-pip \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | python3-requests \ | ||
| 19 | python3-netaddr \ | ||
| 20 | python3-stevedore \ | ||
| 21 | python3-debtcollector \ | ||
| 22 | python3-oslo.i18n \ | ||
| 23 | python3-rfc3986 \ | ||
| 24 | python3-pyyaml \ | ||
| 25 | " | ||
| 26 | |||
