From: Mark Asselstine <[email protected]> This package provides a lightweight SOAP client (Jurko's fork).
This package is required by heat, nova and others. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-suds-jurko_0.6.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb 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 new file mode 100644 index 0000000..eeab977 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-suds-jurko_0.6.bb @@ -0,0 +1,24 @@ +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" + +SRCNAME = "suds-jurko" + +SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "1309e9bc2454aa3434041f0a24ae4e11" +SRC_URI[sha256sum] = "29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " + -- 2.1.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
