Signed-off-by: Li Xin <[email protected]> --- .../recipes-devtools/python/python-suds_0.4.1.bb | 15 +++++++++++++++ meta-openstack/recipes-devtools/python/python-suds_0.4.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-suds_0.4.bb
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 @@ +DESCRIPTION = "Lightweight SOAP client" +HOMEPAGE = "https://fedorahosted.org/suds/" +SECTION = "devel/python" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29" + +PR = "r0" +SRCNAME = "suds" + +SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "95a2f04378931e973cbb3cca8f8d9765" +SRC_URI[sha256sum] = "dd711c2635483733cd3aebf5073edf338595a2d2cae1398041f0273e9bdaac66" + +inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-suds_0.4.bb b/meta-openstack/recipes-devtools/python/python-suds_0.4.bb deleted file mode 100644 index 15a9973..0000000 --- a/meta-openstack/recipes-devtools/python/python-suds_0.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Lightweight SOAP client" -HOMEPAGE = "https://fedorahosted.org/suds/" -SECTION = "devel/python" -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29" - -PR = "r0" -SRCNAME = "suds" - -SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz" - -SRC_URI[md5sum] = "05523dfd3fc0de3f19dde4aca5dd17e9" -SRC_URI[sha256sum] = "66a2ee8dab56834d0a6b4ad88ed3daf2ff9824eeb9e5f66c93bf966d6db309d1" - -inherit setuptools -- 1.8.4.2 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
