mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cachecontrol-0.11: Add missing inputs.
* gnu/packages/python-web.scm (python-cachecontrol-0.11)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I02091636a09a92093af109b044614fe617a5dd4c
This commit is contained in:
parent
8979655ddf
commit
b4ab10f91f
1 changed files with 2 additions and 1 deletions
|
@ -5258,7 +5258,8 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
|
|||
(uri (pypi-uri "CacheControl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g"))))))
|
||||
"07jsfhlbcwgqg6ayz8nznzaqg5rmxqblbzxz1qvg5wc44pcjjy4g"))))
|
||||
(native-inputs (list python-setuptools python-wheel))))
|
||||
|
||||
(define-public python-betamax
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue