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-smart-table_1.4.13.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb index f6cf1c2..2430c8e 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Angular JavaScript library packaged for setuptools" +DESCRIPTION = "Angular JavaScript library packaged for setuptools3" HOMEPAGE = "https://pypi.python.org/pypi/XStatic-smart-table" SECTION = "devel/python" LICENSE = "MIT" @@ -9,7 +9,7 @@ PYPI_PACKAGE = "XStatic-smart-table" SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595" SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a" -inherit setuptools pypi +inherit setuptools3 pypi DEPENDS += " \ python-pip \ -- cgit v1.2.3-54-g00ecf