diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb deleted file mode 100644 index 289495a..0000000 --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | DESCRIPTION = "Client library for Barbican API" | ||
| 2 | HOMEPAGE = "https://github.com/stackforge/python-barbicanclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://github.com/openstack/python-barbicanclient.git \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "4.9.0+git${SRCPV}" | ||
| 12 | SRCREV = "9c0e02d367b86eb5bdebda4e0ff1434d70db5f61" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += " \ | ||
| 28 | python-pbr \ | ||
| 29 | python-requests \ | ||
| 30 | python-six \ | ||
| 31 | python-cliff \ | ||
| 32 | python-keystoneauth1 \ | ||
| 33 | python-oslo.i18n \ | ||
| 34 | python-oslo.serialization \ | ||
| 35 | python-oslo.utils \ | ||
| 36 | " | ||
