diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-27 11:30:01 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-29 23:58:49 -0400 |
| commit | 74133b104adcb1c1e4037270a14f68cb7dd33912 (patch) | |
| tree | 540d8fcc19336a7601fed397166fcd0a1f36541c /meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb | |
| parent | 279c85f2add7f919b50ed690e0ad875ead6f9436 (diff) | |
| download | meta-cloud-services-74133b104adcb1c1e4037270a14f68cb7dd33912.tar.gz | |
python-keystoneauth1:upgrade 3.2.0 -> 3.14.0
-Upgrade from python-keystoneauth1_3.2.0.bb to python-keystoneauth1_3.14.0.bb.
Signed-off-by: Zang Ruochen <zangrc.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, 27 insertions, 0 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 new file mode 100644 index 0000000..e53f922 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.14.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | " | ||
