diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-05 16:17:23 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-23 16:58:43 +0100 |
commit | b8c52e29e61bbea0b26a991a3e8b645f569ce4fc (patch) | |
tree | 639885b4d3348ca90c5ddc441ee54b23cdd28ee3 | |
parent | f3a78dab54f6e3e7e98e5a694479af69c6a8d58c (diff) |
gnu: Remove python-cachecontrol-0.11.
* gnu/packages/python-web.scm (python-cachecontrol-0.11): Delete variable.
Change-Id: I081cf03298b4059a9ae5b4de94e2ea7fd3c75b9c
-rw-r--r-- | gnu/packages/python-web.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 466e6d7d9a..ac7586a881 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6369,20 +6369,6 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." @code{httplib2} for use with @code{requests} session objects.") (license license:asl2.0))) -(define-public python-cachecontrol-0.11 - (package - (inherit python-cachecontrol) - (name "python-cachecontrol") - (version "0.11.7") - (source - (origin - (method url-fetch) - (uri (pypi-uri "CacheControl" version)) - (sha256 - (base32 - "07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g")))) - (native-inputs (list python-setuptools python-wheel)))) - (define-public python-betamax (package (name "python-betamax") |