summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-07-30 00:29:04 +0200
committerMarius Bakke <marius@gnu.org>2020-07-30 00:57:29 +0200
commit6ce5411aa602ce96ef03381c7403825a43ab673c (patch)
tree17d29452610c6e24d60f380a5c58d86726ee9325
parent4f0f00d757181d43eb233c2110fc984247c0904b (diff)
downloadguix-patches-6ce5411aa602ce96ef03381c7403825a43ab673c.tar
guix-patches-6ce5411aa602ce96ef03381c7403825a43ab673c.tar.gz
gnu: python-slugify: Remove unused input.
* gnu/packages/python-web.scm (python-slugify)[native-inputs]: Remove.
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 0 insertions, 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