summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-saharaclient.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-saharaclient.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-saharaclient.inc28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient.inc b/meta-openstack/recipes-devtools/python/python-saharaclient.inc
deleted file mode 100644
index 91549ae..0000000
--- a/meta-openstack/recipes-devtools/python/python-saharaclient.inc
+++ /dev/null
@@ -1,28 +0,0 @@
1DESCRIPTION = "CLI and python client library for OpenStack Sahara"
2HOMEPAGE = "https://launchpad.net/sahara"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7DEPENDS += " \
8 ${PYTHON_PN}-pip \
9 ${PYTHON_PN}-pbr \
10 "
11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 ${PYTHON_PN}-pbr-native \
15"
16
17RDEPENDS_${PN} += " \
18 ${PYTHON_PN}-pbr \
19 "
20
21SRCNAME = "saharaclient"
22
23SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
24
25PV = "2.3.0+git${SRCPV}"
26SRCREV = "3107b452467537f4eef3d9ecfb5e35d110d19662"
27S = "${WORKDIR}/git"
28