From: ng0 <[email protected]>
* gnu/packages/python.scm (python-requests)[propagated-inputs]: Add
python-pysocks.
---
gnu/packages/python.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6ad40dfde..4d3b5e997 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2506,6 +2506,8 @@ installed with a newer @code{pip} or with wheel's own
command line utility.")
("python-pytest-cov" ,python-pytest-cov)
("python-wheel" ,python-wheel)
("python-pytest-httpbin-0.0.7" ,python-pytest-httpbin-0.0.7)))
+ (propagated-inputs
+ `(("python-pysocks" ,python-pysocks)))
(home-page "http://python-requests.org/")
(synopsis "Python HTTP library")
(description
--
2.11.0