From 639a5e0db792a9e638596a5d243a0892aafba7ae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 21 Jul 2020 13:58:12 +0800 Subject: python3-suds-jurko: Change python to python3 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-suds-jurko.inc | 20 -------------------- .../python/python-suds-jurko_0.6.bb | 3 --- .../python/python3-suds-jurko_0.6.bb | 21 +++++++++++++++++++-- 3 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-suds-jurko.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-suds-jurko.inc b/meta-openstack/recipes-devtools/python/python-suds-jurko.inc deleted file mode 100644 index 579212a..0000000 --- a/meta-openstack/recipes-devtools/python/python-suds-jurko.inc +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Lightweight SOAP client (Jurko's fork)" -HOMEPAGE = "https://bitbucket.org/jurko/suds" -SECTION = "devel/python" -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29" - -PYPI_PACKAGE_EXT = "tar.bz2" - -SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11" -SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f" - -inherit pypi - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} += " \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb b/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb deleted file mode 100644 index d230c8d..0000000 --- a/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-suds-jurko.inc - diff --git a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb index d230c8d..183eab0 100644 --- a/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb +++ b/meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb @@ -1,3 +1,20 @@ -inherit setuptools3 -require python-suds-jurko.inc +DESCRIPTION = "Lightweight SOAP client (Jurko's fork)" +HOMEPAGE = "https://bitbucket.org/jurko/suds" +SECTION = "devel/python" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29" + +PYPI_PACKAGE_EXT = "tar.bz2" + +SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11" +SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f" + +inherit pypi setuptools3 + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf