From 214bf9a97e9a8ff724572c9ded8188fcb2284d9f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 6 Jun 2019 10:38:22 +0800 Subject: python-rfc3986: upgrade 0.4.1 -> 1.3.2 -Upgrade from python-rfc3986_0.4.1.bb to python-rfc3986_1.3.2.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-rfc3986_1.3.2.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-rfc3986_1.3.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-rfc3986_1.3.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986_1.3.2.bb b/meta-openstack/recipes-devtools/python/python-rfc3986_1.3.2.bb new file mode 100644 index 0000000..e32f903 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rfc3986_1.3.2.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Validating URI References per RFC 3986" +HOMEPAGE = "https://rfc3986.rtfd.org" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" + +SRC_URI[md5sum] = "5b6d009806a94d418c82d48219a256de" +SRC_URI[sha256sum] = "0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405" + +inherit setuptools pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf