guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: python-docker-py: Remove unused input.


From: guix-commits
Subject: 01/11: gnu: python-docker-py: Remove unused input.
Date: Tue, 14 Jul 2020 16:02:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 01655843e25542f400da4acfe6e9fdc4e0903102
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 13 23:42:12 2020 +0200

    gnu: python-docker-py: Remove unused input.
    
    * gnu/packages/docker.scm (python-docker-py)[inputs]: Remove 
PYTHON-IPADDRESS.
---
 gnu/packages/docker.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index a558953..4beba12 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -66,7 +66,6 @@
     (arguments '(#:tests? #f))
     (inputs
      `(("python-requests" ,python-requests-2.20)
-       ("python-ipaddress" ,python-ipaddress)
        ("python-six" ,python-six)
        ("python-urllib3" ,python-urllib3-1.24)
        ("python-websocket-client" ,python-websocket-client)))



reply via email to

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