diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-06 19:13:54 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-06 23:11:29 -0400 |
| commit | fb5e9705fa60592917b2f73d651d46bae47e1a96 (patch) | |
| tree | 3bf40f754bd2e0ec90c64786c213da2025c4fdb2 /meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb | |
| parent | 8b2eead623d9f6fb678a8cbeeeb5fe8a7fc2133a (diff) | |
| download | meta-cloud-services-fb5e9705fa60592917b2f73d651d46bae47e1a96.tar.gz | |
python-keystoneauth1:upgrade 3.14.0 -> 3.15.0
Upgrade from python-keystoneauth1 from 3.14.0 to 3.15.0.
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_3.14.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb deleted file mode 100644 index e53f922..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb +++ /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] = "ada9836933f5aa6bd35faf01c314e81d" | ||
| 8 | SRC_URI[sha256sum] = "b14f363d02142177c968cfffeb9eb37113682c03ac3c65d483424e203dd602c3" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | python-iso8601 \ | ||
| 24 | python-requests \ | ||
| 25 | python-six \ | ||
| 26 | python-stevedore \ | ||
| 27 | " | ||
