diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osc-lib.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-osc-lib.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc b/meta-openstack/recipes-devtools/python/python-osc-lib.inc new file mode 100644 index 0000000..58e994c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-osc-lib.inc | |||
| @@ -0,0 +1,23 @@ | |||
| 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 | RDEPENDS_${PN} += " \ | ||
| 11 | python-pbr \ | ||
| 12 | python-six \ | ||
| 13 | python-babel \ | ||
| 14 | python-cliff \ | ||
| 15 | python-keystoneauth1 \ | ||
| 16 | python-os-client-config \ | ||
| 17 | python-oslo.i18n \ | ||
| 18 | python-oslo.utils \ | ||
| 19 | python-simplejson \ | ||
| 20 | python-stevedore \ | ||
| 21 | " | ||
| 22 | |||
| 23 | CLEANBROKEN = "1" | ||
