summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rfc3986.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rfc3986.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rfc3986.inc20
1 files changed, 20 insertions, 0 deletions
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 @@
1DESCRIPTION = "Validating URI References per RFC 3986"
2HOMEPAGE = "https://rfc3986.rtfd.org"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29"
6
7SRC_URI[md5sum] = "5b6d009806a94d418c82d48219a256de"
8SRC_URI[sha256sum] = "0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405"
9
10inherit pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "