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.master
parent
2a9761b13b
commit
187d02cd43
|
@ -4904,7 +4904,6 @@ discovery protocols.")
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
("python-pylint" ,python-pylint)
|
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
("xorg-server" ,xorg-server-for-tests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dconf" ,dconf)))
|
`(("dconf" ,dconf)))
|
||||||
|
|
Reference in New Issue