guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/25: gnu: python-socksipychain: Add missing input.


From: guix-commits
Subject: 16/25: gnu: python-socksipychain: Add missing input.
Date: Tue, 22 Nov 2022 02:38:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b122a40df41b238e8950efaa4e733425c6ca1576
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 07:44:20 2022 +0100

    gnu: python-socksipychain: Add missing input.
    
    * gnu/packages/python-xyz.scm (python-socksipychain)[propagated-inputs]: Add
    PYTHON-SIX.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eaad292a7f..2bbb7697b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]