mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-socksipychain: Add missing input.
* gnu/packages/python-xyz.scm (python-socksipychain)[propagated-inputs]: Add PYTHON-SIX.
This commit is contained in:
parent
a3c87f1460
commit
b122a40df4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue