summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-suds-jurko.inc20
-rw-r--r--meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb3
-rw-r--r--meta-openstack/recipes-devtools/python/python3-suds-jurko_0.6.bb21
3 files changed, 19 insertions, 25 deletions
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 @@
1DESCRIPTION = "Lightweight SOAP client (Jurko's fork)"
2HOMEPAGE = "https://bitbucket.org/jurko/suds"
3SECTION = "devel/python"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29"
6
7PYPI_PACKAGE_EXT = "tar.bz2"
8
9SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11"
10SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f"
11
12inherit pypi
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18RDEPENDS_${PN} += " \
19 "
20
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 @@
1inherit setuptools3
2require python-suds-jurko.inc
3
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 @@
1inherit setuptools3 1DESCRIPTION = "Lightweight SOAP client (Jurko's fork)"
2require python-suds-jurko.inc 2HOMEPAGE = "https://bitbucket.org/jurko/suds"
3SECTION = "devel/python"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=847e96bce86d8774f491a92924343a29"
6
7PYPI_PACKAGE_EXT = "tar.bz2"
8
9SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11"
10SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f"
11
12inherit pypi setuptools3
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18RDEPENDS_${PN} += " \
19 "
3 20