summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-15 16:29:39 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-16 20:34:45 -0400
commitf6222a6576bd6c36786973ed768b7291f8b57b12 (patch)
tree5e67078811f426c8ea15cdf4ebb8a3c20524923f /meta-openstack/recipes-devtools/python
parent14ea1e83ea6ab5f6435b274a0e7337642526de01 (diff)
downloadmeta-cloud-services-f6222a6576bd6c36786973ed768b7291f8b57b12.tar.gz
python3-osc-lib: upgrade 1.13.0 -> 2.1.0
Signed-off-by: Wang Mingyu <wangmy@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/python-osc-lib_1.14.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-osc-lib.inc)6
3 files changed, 3 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.14.1.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.14.1.bb
deleted file mode 100644
index 256c286..0000000
--- a/meta-openstack/recipes-devtools/python/python-osc-lib_1.14.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-osc-lib.inc
diff --git a/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb b/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
deleted file mode 100644
index 256c286..0000000
--- a/meta-openstack/recipes-devtools/python/python3-osc-lib_1.13.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-osc-lib.inc
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib.inc b/meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb
index 1767b43..db1ba03 100644
--- a/meta-openstack/recipes-devtools/python/python-osc-lib.inc
+++ b/meta-openstack/recipes-devtools/python/python3-osc-lib_2.1.0.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRC_URI[md5sum] = "240d3debc1b6eaadf5e8838f5f2d06fb" 7SRC_URI[md5sum] = "62d32a59bf4447191b957c6a65eff47f"
8SRC_URI[sha256sum] = "3467a1edf62946f1b67724fa7f9c699b5e31d80b111ed9e4c7aec21633a3e30d" 8SRC_URI[sha256sum] = "697d08204a59933035ac246fbc8c8e5453b846b4a8875ed7a9e9caba769b1b57"
9 9
10inherit pypi 10inherit setuptools3 pypi
11 11
12# Satisfy setup.py 'setup_requires' 12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \ 13DEPENDS += " \