diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mistralclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mistralclient_git.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb deleted file mode 100644 index c9002e9..0000000 --- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python client for Mistral REST API" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-mistralclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} +=" \ | ||
| 18 | python-cliff \ | ||
| 19 | python-pbr \ | ||
| 20 | python-keystoneclient \ | ||
| 21 | python-pyyaml \ | ||
| 22 | python-requests \ | ||
| 23 | " | ||
| 24 | |||
| 25 | SRCNAME = "mistralclient" | ||
| 26 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | ||
| 27 | |||
| 28 | PV = "1.1.0+git${SRCPV}" | ||
| 29 | SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5" | ||
| 30 | S = "${WORKDIR}/git" | ||
| 31 | |||
| 32 | inherit setuptools3 | ||
