diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-22 07:44:20 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-22 08:37:25 +0100 |
commit | b122a40df41b238e8950efaa4e733425c6ca1576 (patch) | |
tree | dd700742accb1ad6fe968a9327b942b3a363d96e /gnu/packages/python-xyz.scm | |
parent | a3c87f14608fdf103139d76a602b26db196a6018 (diff) | |
download | guix-b122a40df41b238e8950efaa4e733425c6ca1576.tar.gz guix-b122a40df41b238e8950efaa4e733425c6ca1576.zip |
gnu: python-socksipychain: Add missing input.
* gnu/packages/python-xyz.scm (python-socksipychain)[propagated-inputs]: Add
PYTHON-SIX.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index eaad292a7f..2bbb7697b3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7066,6 +7066,8 @@ as the original project seems to have been abandoned circa 2007.") (build-system python-build-system) (arguments `(#:tests? #f)) ; Tests try to access the network. + (propagated-inputs + (list python-six)) (home-page "http://pagekite.net/wiki/Floss/PySocksipyChain/") (synopsis "Python SOCKS module with chained proxies support") (description |