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