summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:44:39 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 17:44:39 +0000
commit9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch)
treebf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb
parentba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff)
downloadmeta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb
index 0c4c524..7ede3bf 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "JQuery.TableSorter JavaScript library packaged for setuptools" 1DESCRIPTION = "JQuery.TableSorter JavaScript library packaged for setuptools3"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.TableSorter" 2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.TableSorter"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "XStatic-JQuery.TableSorter"
9SRC_URI[md5sum] = "fc05a6731b6ac3f6489b893f96a5d29a" 9SRC_URI[md5sum] = "fc05a6731b6ac3f6489b893f96a5d29a"
10SRC_URI[sha256sum] = "3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0" 10SRC_URI[sha256sum] = "3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0"
11 11
12inherit setuptools pypi 12inherit setuptools3 pypi
13 13
14# DEPENDS_default: python-pip 14# DEPENDS_default: python-pip
15 15