diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-09-22 10:26:16 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-27 22:44:48 -0400 |
| commit | 285b64586ccfee5e374b27142ea2af0b2093ec9a (patch) | |
| tree | 96a822505a193679d9a0366008ce4f088b894778 /meta-openstack/recipes-devtools/python/python-keystoneauth1.inc | |
| parent | b1b143761946a9079f0dcce6368e9018f3caf059 (diff) | |
| download | meta-cloud-services-285b64586ccfee5e374b27142ea2af0b2093ec9a.tar.gz | |
python3-keystoneauth1: upgrade 3.18.0 -> 4.2.1
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneauth1.inc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc deleted file mode 100644 index bca6ce9..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "Authentication Library for OpenStack Identity" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "6104205044175fa8aac659582fdd0260" | ||
| 8 | SRC_URI[sha256sum] = "3ae67c6542ed66a37cddcd26a35457c1ff5cd14b20f5490973273cf9eb555a52" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | ${PYTHON_PN}-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | ${PYTHON_PN}-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | ${PYTHON_PN}-pbr \ | ||
| 23 | ${PYTHON_PN}-iso8601 \ | ||
| 24 | ${PYTHON_PN}-requests \ | ||
| 25 | ${PYTHON_PN}-six \ | ||
| 26 | ${PYTHON_PN}-stevedore \ | ||
| 27 | " | ||
