mbakke pushed a commit to branch master
in repository guix.

commit 6ce5411aa602ce96ef03381c7403825a43ab673c
Author: Marius Bakke <[email protected]>
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