guix-commits
[Top][All Lists]
Advanced

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

17/21: gnu: python-slugify: Remove unused input.


From: guix-commits
Subject: 17/21: gnu: python-slugify: Remove unused input.
Date: Wed, 29 Jul 2020 18:58:55 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6ce5411aa602ce96ef03381c7403825a43ab673c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 30 00:29:04 2020 +0200

    gnu: python-slugify: Remove unused input.
    
    * gnu/packages/python-web.scm (python-slugify)[native-inputs]: Remove.
---
 gnu/packages/python-web.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d1dc907..0bdea1b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3529,8 +3529,6 @@ Python.")
        (uri (pypi-uri "python-slugify" version))
        (sha256
         (base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
-    (native-inputs
-     `(("python-wheel" ,python-wheel)))
     (propagated-inputs
      `(("python-unidecode" ,python-unidecode)))
     (arguments



reply via email to

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