diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb new file mode 100644 index 0000000..9f545c1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_3.2.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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] = "d3f93a071551a753218fd50d9f680ee6" | ||
| 8 | SRC_URI[sha256sum] = "768036ee66372df2ad56716b8be4965cef9a59a01647992919516defb282e365" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | python-pbr \ | ||
| 18 | python-iso8601 \ | ||
| 19 | python-requests \ | ||
| 20 | python-six \ | ||
| 21 | python-stevedore \ | ||
| 22 | " | ||
