[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-input
From: |
contact . ng0 |
Subject: |
[PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs. |
Date: |
Sat, 4 Feb 2017 16:35:06 +0000 |
From: ng0 <address@hidden>
* 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
- Some searx requirements, contact . ng0, 2017/02/04
- [PATCH 1/9] gnu: python-dateutils-2: Update to 2.5.3., contact . ng0, 2017/02/04
- [PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs.,
contact . ng0 <=
- [PATCH 4/9] gnu: Add python-pytest-httpbin., contact . ng0, 2017/02/04
- [PATCH 7/9] gnu: python-pytest: Update to 3.0.5., contact . ng0, 2017/02/04
- [PATCH 3/9] gnu: Add python-httpbin., contact . ng0, 2017/02/04
- [PATCH 2/9] gnu: Add python-gunicorn., contact . ng0, 2017/02/04
- [PATCH 8/9] gnu: python-requests: Update to 2.12.4., contact . ng0, 2017/02/04
- [PATCH 6/9] gnu: Add python-pytest-httpbin-0.0.7., contact . ng0, 2017/02/04