diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb new file mode 100644 index 0000000..98346af --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "%DESCRIPTION%" | ||
| 2 | HOMEPAGE = "%URL%" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7de5500e6244db6d698bbb724aea9a17" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-jquery-ui" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "2d5569524c7936d82f41d833f3c84e62" | ||
| 10 | SRC_URI[sha256sum] = "d6ba48bb474420a8bcb2be02eef6ae96281ec24eff6befa54f04ebc9e4cc8910" | ||
| 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 | " | ||
