diff options
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.bb | 25 |
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 @@ | |||
| 1 | DESCRIPTION = "OpenStackClient Library" | ||
| 2 | HOMEPAGE = "http://opensource.perlig.de/rcssmin/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "5e91028524b50a72f9913ccd2994cf77" | ||
| 8 | SRC_URI[sha256sum] = "9dcd3b55bd887525a7020a8adbabb661a340fc4a4a707950dc1c6f0b286cce77" | ||
| 9 | |||
| 10 | inherit setuptools pypi | 1 | inherit setuptools pypi |
| 2 | require python-osc-lib.inc | ||
| 11 | 3 | ||
| 12 | # Satisfy setup.py 'setup_requires' | 4 | # Satisfy setup.py 'setup_requires' |
| 13 | DEPENDS += " \ | 5 | DEPENDS += " \ |
| 14 | python-pbr-native \ | 6 | python-pbr-native \ |
| 15 | " | 7 | " |
| 16 | |||
| 17 | RDEPENDS_${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 | |||
| 30 | CLEANBROKEN = "1" | ||
