summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb b/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb
new file mode 100644
index 0000000..5e12e37
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Lightweight SOAP client"
2HOMEPAGE = "https://fedorahosted.org/suds/"
3SECTION = "devel/python"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29"
6
7PR = "r0"
8SRCNAME = "suds"
9
10SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "95a2f04378931e973cbb3cca8f8d9765"
13SRC_URI[sha256sum] = "dd711c2635483733cd3aebf5073edf338595a2d2cae1398041f0273e9bdaac66"
14
15inherit setuptools