diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb b/meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb new file mode 100644 index 0000000..5ba0894 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "Command Line Interface Formulation Framework" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "45a7f6f6e9e392ad8dbf79f802930047" | ||
| 8 | SRC_URI[sha256sum] = "5bfb684b5fcdff0afaaccd1298a376c0e62e644c46b7e9abc034595b41fe1759" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | ${PYTHON_PN}-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | ${PYTHON_PN}-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | ${PYTHON_PN}-cmd2 \ | ||
| 23 | ${PYTHON_PN}-pbr \ | ||
| 24 | ${PYTHON_PN}-pyparsing \ | ||
| 25 | ${PYTHON_PN}-prettytable \ | ||
| 26 | ${PYTHON_PN}-six \ | ||
| 27 | ${PYTHON_PN}-stevedore \ | ||
| 28 | ${PYTHON_PN}-pyyaml \ | ||
| 29 | " | ||
| 30 | |||
| 31 | CLEANBROKEN = "1" | ||
