summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osc-lib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osc-lib.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osc-lib.inc30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc b/meta-openstack/recipes-devtools/python/python-osc-lib.inc
deleted file mode 100644
index 1767b43..0000000
--- a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
+++ /dev/null
@@ -1,30 +0,0 @@
1DESCRIPTION = "OpenStackClient Library"
2HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRC_URI[md5sum] = "240d3debc1b6eaadf5e8838f5f2d06fb"
8SRC_URI[sha256sum] = "3467a1edf62946f1b67724fa7f9c699b5e31d80b111ed9e4c7aec21633a3e30d"
9
10inherit pypi
11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 ${PYTHON_PN}-pbr-native \
15 "
16
17RDEPENDS_${PN} += " \
18 ${PYTHON_PN}-pbr \
19 ${PYTHON_PN}-six \
20 ${PYTHON_PN}-babel \
21 ${PYTHON_PN}-cliff \
22 ${PYTHON_PN}-keystoneauth1 \
23 ${PYTHON_PN}-os-client-config \
24 ${PYTHON_PN}-oslo.i18n \
25 ${PYTHON_PN}-oslo.utils \
26 ${PYTHON_PN}-simplejson \
27 ${PYTHON_PN}-stevedore \
28 "
29
30CLEANBROKEN = "1"