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/python-xstatic-jsencrypt_2.0.0.2.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.0.0.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.0.0.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.0.0.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.0.0.2.bb deleted file mode 100644 index a891f5c..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.0.0.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "JSEncrypt JavaScript library packaged for setuptools" -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JSEncrypt" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=42bc00ba34391939fc6c1f4898c187b3" - -PR = "r0" - -SRCNAME = "XStatic-JSEncrypt" -SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "a2a24f2990500d6709643c3413dd93f8" -SRC_URI[sha256sum] = "5852892afc6f80c7848f4110b6dad190a54aeb908271d67aaeae9d966f4a26b5" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf