From 6ce5411aa602ce96ef03381c7403825a43ab673c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 30 Jul 2020 00:29:04 +0200 Subject: [PATCH] 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 d1dc907e35..0bdea1b86d 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