From ad31672950a1094e891fb7fa3fc8e8b1e9979dc7 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 26 Aug 2019 13:46:59 +0800 Subject: python-keystoneauth1: Add python3 version Providing a python3 version of python-keystoneauth1. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python-keystoneauth1.inc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-keystoneauth1.inc (limited to 'meta-openstack/recipes-devtools/python/python-keystoneauth1.inc') diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc new file mode 100644 index 0000000..3d6309d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1.inc @@ -0,0 +1,27 @@ +DESCRIPTION = "Authentication Library for OpenStack Identity" +HOMEPAGE = "https://pypi.python.org/pypi/keystoneauth1" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574" + +SRC_URI[md5sum] = "599340c2b3ccbcf9996870478abb5407" +SRC_URI[sha256sum] = "59a4488ceae0c1210cba468945013b875b2ce09d99c54c9fcc9c926aea55dfd7" + +inherit pypi + +DEPENDS += " \ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-iso8601 \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-stevedore \ + " -- cgit v1.2.3-54-g00ecf