diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-09-02 19:52:16 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 15:51:04 -0400 |
| commit | c288dd6150a2437366de6d234b00b45ed6011dec (patch) | |
| tree | 75e677fbc14f45d8f0c3c8ddbbf2d487b835a124 /meta-openstack/recipes-devtools/python/python-rfc3986.inc | |
| parent | 854e461d17bd665e5fbecc0ad0753be58440de40 (diff) | |
| download | meta-cloud-services-c288dd6150a2437366de6d234b00b45ed6011dec.tar.gz | |
python-rfc3986: Add python3 version
Providing a python3 version of python-rfc3986.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rfc3986.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rfc3986.inc | 20 |
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 @@ | |||
| 1 | DESCRIPTION = "Validating URI References per RFC 3986" | ||
| 2 | HOMEPAGE = "https://rfc3986.rtfd.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "5b6d009806a94d418c82d48219a256de" | ||
| 8 | SRC_URI[sha256sum] = "0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
