gnu: totem: Remove python-pylint native input.

It's optional & runs a pointless lint check that fails with pylint 2.5.

* gnu/packages/gnome.scm (totem)[native-inputs]: Remove python-pylint.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-31 00:14:37 +02:00
parent 2a9761b13b
commit 187d02cd43
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4904,7 +4904,6 @@ (define-public totem
("intltool" ,intltool)
("itstool" ,itstool)
("xmllint" ,libxml2)
("python-pylint" ,python-pylint)
("xorg-server" ,xorg-server-for-tests)))
(propagated-inputs
`(("dconf" ,dconf)))