gnu: python-socksipychain: Add missing input.

* gnu/packages/python-xyz.scm (python-socksipychain)[propagated-inputs]: Add
PYTHON-SIX.
This commit is contained in:
Marius Bakke 2022-11-22 07:44:20 +01:00
parent a3c87f1460
commit b122a40df4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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