mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 23:50:33 +02:00
gnu: python-socksipychain: Add missing input.
* gnu/packages/python-xyz.scm (python-socksipychain)[propagated-inputs]: Add PYTHON-SIX.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user