summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-20 10:23:23 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-20 18:55:26 -0700
commit13cff82b13e7b1ec3449bad49854a6eedb26d866 (patch)
treed2936febc55d610a45080e412d4a8295def6acb8 /meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb
parent09658066704d7da448ec5ec7a31171852b22549f (diff)
downloadmeta-openembedded-13cff82b13e7b1ec3449bad49854a6eedb26d866.tar.gz
python3-cachecontrol: upgrade 0.12.11 -> 0.12.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb
deleted file mode 100644
index fc2b0ae75b..0000000000
--- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "httplib2 caching for requests"
2HOMEPAGE = "https://pypi.org/project/CacheControl/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=942a721dac34d073453642ffe5fcf546"
5
6# On PyPi, this is "CacheControl", rather than "cachecontrol", so we need to
7# override PYPI_PACKAGE so fetch succeeds.
8PYPI_PACKAGE = "CacheControl"
9
10SRC_URI[sha256sum] = "a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN} += "\
15 python3-crypt \
16 python3-datetime \
17 python3-email \
18 python3-lockfile \
19 python3-json \
20 python3-logging \
21 python3-msgpack \
22 python3-netclient \
23 python3-pickle \
24 python3-requests \
25 python3-urllib3 \
26 python3-mmap \
27"
28
29BBCLASSEXTEND = "native nativesdk"