guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python-fs: Remove unused input.


From: guix-commits
Subject: 04/07: gnu: python-fs: Remove unused input.
Date: Sat, 22 Jan 2022 06:47:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit db501204f3ad5785df7d5fe51f6d47b75c5fa854
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 11:15:37 2022 +0100

    gnu: python-fs: Remove unused input.
    
    * gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove
    PYTHON-TYPING.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2a7da59647..1caa54886f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10939,7 +10939,7 @@ It has a flexible system of @samp{authorizers} able to 
manage both
                          (setenv "HOME" "/tmp")
                          (invoke "pytest" "-m" "not slow")))))))
     (propagated-inputs
-     (list python-appdirs python-pytz python-typing python-six))
+     (list python-appdirs python-pytz python-six))
     (native-inputs
      (list python-mock python-parameterized python-pyftpdlib python-pytest))
     (home-page "https://github.com/PyFilesystem/pyfilesystem2/";)



reply via email to

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