summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-29 11:20:38 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-01 23:11:58 -0400
commitaf628e54275b4bdcb2f5fbdb977792b64d5b9e7f (patch)
tree8303612e1210449a7903ed9522bd370e295fd495 /meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
parent40e6f4b4540c5f689cdc58c70f337282da9dd15e (diff)
downloadmeta-cloud-services-af628e54275b4bdcb2f5fbdb977792b64d5b9e7f.tar.gz
python3-xstatic-objectpath: change to python3
Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
deleted file mode 100644
index bd2eefa..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-objectpath_1.2.1.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "objectpath packaged for setuptools3 (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-objectpath"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=98f106ed7f6916011689fc3699a6dabd"
6
7PYPI_PACKAGE = "XStatic-objectpath"
8
9SRC_URI[md5sum] = "680a5e23a3d362db0b0721e5620dd6fc"
10SRC_URI[sha256sum] = "cd1e9f502482afcdd028821148843b07b4065c8dcea8e5cc33abb9ae1cf20b20"
11
12inherit setuptools3 pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "