From 7063d4b65c27585a9ae282f75e6cadc8ee395273 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 13 Nov 2017 14:32:30 -0500 Subject: python-xstatic-*: uprev to required versions The python-horizon requires specific versions of the various python-xstatic-* per its requirements.txt file. Being 'xtatic' packages these have no additional dependencies so the uprevs are mostly straitforward version updates with a check that the license hasn't changed. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python-xstatic-bootstrap-scss_3.3.7.1.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb new file mode 100644 index 0000000..b5d714e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "%DESCRIPTION%" +HOMEPAGE = "%URL%" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PYPI_PACKAGE = "XStatic-Bootstrap-SCSS" + +SRC_URI[md5sum] = "cc0d26647d10e1de84ba6649d3264f77" +SRC_URI[sha256sum] = "4d388df037293163bf3242e0b60c79d06e1f743af8b0be8473f92676340e5acd" + +inherit setuptools pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf