diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-tv4_1.2.7.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-tv4_1.2.7.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-tv4_1.2.7.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-tv4_1.2.7.0.bb new file mode 100644 index 0000000..73bee88 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-tv4_1.2.7.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Tiny Validator packaged for setuptools3 (easy_install) / pip." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-tv4" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PD & MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=68f6d0037519374aba3cc3d13bb66260" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-tv4" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "921148dff35fb41431d5f122da570248" | ||
| 10 | SRC_URI[sha256sum] = "9b4c57244e914126cdda5d8bc24698189d73800203c85b1fc945a08e25c7c713" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python3-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python3-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
