diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-20 11:29:35 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:26:52 -0400 |
commit | 769b0c5537b39d61afe05972bec8efa1b01bf0b3 (patch) | |
tree | 17e50e839cc9f5fd5e0510da25d67b184eb0c96a /meta-openstack/recipes-devtools/python | |
parent | fbb85778636481e4a7c08d3a7012892d4ea58708 (diff) | |
download | meta-cloud-services-769b0c5537b39d61afe05972bec8efa1b01bf0b3.tar.gz |
python3-xstatic-qunit: change to python3
Because python2 is no longer maintained, bb file is changed to python3 version.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-qunit_1.14.0.2.bb (renamed from meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-qunit_1.14.0.2.bb index 014b004..36ce92b 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-qunit_1.14.0.2.bb | |||
@@ -14,7 +14,7 @@ inherit setuptools3 pypi | |||
14 | # DEPENDS_default: python-pip | 14 | # DEPENDS_default: python-pip |
15 | 15 | ||
16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
17 | python-pip \ | 17 | python3-pip \ |
18 | " | 18 | " |
19 | 19 | ||
20 | # RDEPENDS_default: | 20 | # RDEPENDS_default: |