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/python-rfc3986.inc | |
| 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/python-rfc3986.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rfc3986.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986.inc b/meta-openstack/recipes-devtools/python/python-rfc3986.inc deleted file mode 100644 index d930fd9..0000000 --- a/meta-openstack/recipes-devtools/python/python-rfc3986.inc +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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 | " | ||
