summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-10-27 13:30:02 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-03 16:33:44 -0500
commitf5578cf12b0939e5ad98afe9a921e04d1fbc4206 (patch)
tree587b1e50f81fb7e3297d9339d6bc4cdf713d472b /meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
parenta34a87b2ea6cf1762bbeb16e4a10b3a27682c489 (diff)
downloadmeta-cloud-services-f5578cf12b0939e5ad98afe9a921e04d1fbc4206.tar.gz
python3-rfc3986: upgrade 1.3.2 -> 1.4.0
Consolidate inc and bb files into a single bb file. 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/python3-rfc3986_1.4.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
new file mode 100644
index 0000000..e5ac0e6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb
@@ -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] = "1b03ad2853e33d47eea698571255247c"
8SRC_URI[sha256sum] = "112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d"
9
10inherit setuptools3 pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "