diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-10-27 13:30:02 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:33:44 -0500 |
| commit | f5578cf12b0939e5ad98afe9a921e04d1fbc4206 (patch) | |
| tree | 587b1e50f81fb7e3297d9339d6bc4cdf713d472b /meta-openstack/recipes-devtools/python/python3-rfc3986_1.4.0.bb | |
| parent | a34a87b2ea6cf1762bbeb16e4a10b3a27682c489 (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 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] = "1b03ad2853e33d47eea698571255247c" | ||
| 8 | SRC_URI[sha256sum] = "112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | # DEPENDS_default: python-pip | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | ${PYTHON_PN}-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # RDEPENDS_default: | ||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
