From c288dd6150a2437366de6d234b00b45ed6011dec Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Mon, 2 Sep 2019 19:52:16 +0800 Subject: python-rfc3986: Add python3 version Providing a python3 version of python-rfc3986. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-rfc3986.inc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-rfc3986.inc (limited to 'meta-openstack/recipes-devtools/python/python-rfc3986.inc') diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986.inc b/meta-openstack/recipes-devtools/python/python-rfc3986.inc new file mode 100644 index 0000000..d930fd9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rfc3986.inc @@ -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 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf