diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb deleted file mode 100644 index db1ba03..0000000 --- a/meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 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] = "62d32a59bf4447191b957c6a65eff47f" | ||
| 8 | SRC_URI[sha256sum] = "697d08204a59933035ac246fbc8c8e5453b846b4a8875ed7a9e9caba769b1b57" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | ${PYTHON_PN}-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${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 | |||
| 30 | CLEANBROKEN = "1" | ||
