From 9d632de8d0e109e342fe580cf4b2423a51c890c3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 17:44:39 +0000 Subject: python: prepare for python3 only configuration Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb index 3ddcd89..5c21816 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jsencrypt_2.3.1.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "JSEncrypt JavaScript library packaged for setuptools" +DESCRIPTION = "JSEncrypt JavaScript library packaged for setuptools3" HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JSEncrypt" SECTION = "devel/python" LICENSE = "MIT" @@ -9,7 +9,7 @@ PYPI_PACKAGE = "XStatic-JSEncrypt" SRC_URI[md5sum] = "4b03331d4b2f6c12e2e4b8ee6056bda0" SRC_URI[sha256sum] = "a277912a4f70d1d2f58c8d94b992d244e69fcf851a2cbed5d83cb4fc422a72f2" -inherit setuptools pypi +inherit setuptools3 pypi # DEPENDS_default: python-pip -- cgit v1.2.3-54-g00ecf