diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc new file mode 100644 index 0000000..7bfa957 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Angular-Schema-Form" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d" | ||
| 10 | SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
