mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-slugify: Remove unused input.
* gnu/packages/python-web.scm (python-slugify)[native-inputs]: Remove.
This commit is contained in:
parent
4f0f00d757
commit
6ce5411aa6
1 changed files with 0 additions and 2 deletions
|
@ -3529,8 +3529,6 @@ (define-public python-slugify
|
|||
(uri (pypi-uri "python-slugify" version))
|
||||
(sha256
|
||||
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
|
||||
(native-inputs
|
||||
`(("python-wheel" ,python-wheel)))
|
||||
(propagated-inputs
|
||||
`(("python-unidecode" ,python-unidecode)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue