summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb25
1 files changed, 1 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
index 7540e79..4ea2de2 100644
--- a/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.13.0.bb
@@ -1,30 +1,7 @@
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] = "5e91028524b50a72f9913ccd2994cf77"
8SRC_URI[sha256sum] = "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77"
9
10inherit setuptools pypi 1inherit setuptools pypi
2require python-osc-lib.inc
11 3
12# Satisfy setup.py 'setup_requires' 4# Satisfy setup.py 'setup_requires'
13DEPENDS += " \ 5DEPENDS += " \
14 python-pbr-native \ 6 python-pbr-native \
15 " 7 "
16
17RDEPENDS_${PN} += " \
18 python-pbr \
19 python-six \
20 python-babel \
21 python-cliff \
22 python-keystoneauth1 \
23 python-os-client-config \
24 python-oslo.i18n \
25 python-oslo.utils \
26 python-simplejson \
27 python-stevedore \
28 "
29
30CLEANBROKEN = "1"