mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-acme: Add python-chardet to propagated-inputs.
* gnu/packages/tls.scm (python-acme)[propagated-inputs]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
861108ca6a
commit
2ec85ed405
1 changed files with 2 additions and 1 deletions
|
@ -679,7 +679,8 @@ netcat implementation that supports TLS.")
|
||||||
python-sphinx-rtd-theme
|
python-sphinx-rtd-theme
|
||||||
texinfo))
|
texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-josepy
|
(list python-chardet
|
||||||
|
python-josepy
|
||||||
python-requests
|
python-requests
|
||||||
python-requests-toolbelt
|
python-requests-toolbelt
|
||||||
python-pytz
|
python-pytz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue