summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb (renamed from meta-openstack/recipes-devtools/python/python-deprecation.inc)10
2 files changed, 7 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb
deleted file mode 100644
index d2e0f1c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-deprecation.inc
2inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-deprecation.inc b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb
index eec4dd1..c819529 100644
--- a/meta-openstack/recipes-devtools/python/python-deprecation.inc
+++ b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb
@@ -4,7 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 5LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
6 6
7SRC_URI[md5sum] = "d8a318c66d442dc4b900e070267ed9aa" 7SRC_URI[md5sum] = "6b79c6572fb241e3cecbbd7d539bb66b"
8SRC_URI[sha256sum] = "b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935" 8SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"
9 9
10inherit pypi 10RDEPENDS_${PN} += "\
11 python3-packaging \
12"
13
14inherit setuptools3 pypi