gnu: wxPython: Remove useless inputs.

* gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove
  setuptools, which is already included in python.
This commit is contained in:
Hartmut Goebel 2016-11-29 18:08:36 +01:00
parent 6f1dcafd81
commit 388606a72b
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 2 deletions

View File

@ -184,8 +184,7 @@ and many other languages.")
#t)))))
(native-inputs
`(("mesa" ,mesa) ; for glcanvas
("pkg-config" ,pkg-config)
("python2-setuptools" ,python2-setuptools)))
("pkg-config" ,pkg-config)))
(inputs
`(("gtk+" ,gtk+-2) ; for wxPython/src/helpers.cpp
("wxwidgets" ,wxwidgets-gtk2)))