diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-19 05:21:16 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:34:21 -0400 |
| commit | 9737298bba752ba295860e60868b7b16bc83a9c7 (patch) | |
| tree | 0e696647770b73db1571f152ec6597a899630af2 /meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb | |
| parent | 222131f91e16d8a7b3f032ceb897fb952a8d3f10 (diff) | |
| download | meta-cloud-services-9737298bba752ba295860e60868b7b16bc83a9c7.tar.gz | |
python3-xstatic-angular-irdragndrop: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Since python2 is no longer maintained, the recipe of python2 is removed.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb index 72c8781..b50fe20 100644 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-irdragndrop_1.0.2.2.bb | |||
| @@ -1,2 +1,19 @@ | |||
| 1 | require python-xstatic-angular-irdragndrop.inc | 1 | DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools" |
| 2 | inherit setuptools3 | 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Angular-IrDragNDrop" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84" | ||
| 10 | SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
