[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: wxPython: Remove useless inputs.
From: |
Hartmut Goebel |
Subject: |
02/06: gnu: wxPython: Remove useless inputs. |
Date: |
Tue, 29 Nov 2016 18:06:58 +0000 (UTC) |
htgoebel pushed a commit to branch master
in repository guix.
commit 388606a72b5690aa6af64941a642884e45ee471d
Author: Hartmut Goebel <address@hidden>
Date: Tue Nov 29 18:08:36 2016 +0100
gnu: wxPython: Remove useless inputs.
* gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove
setuptools, which is already included in python.
---
gnu/packages/wxwidgets.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index a65c969..5285037 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -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)))
- branch master updated (072f1e2 -> 03e856d), Hartmut Goebel, 2016/11/29
- 01/06: gnu: wxPython: Fix build., Hartmut Goebel, 2016/11/29
- 03/06: gnu: wicd: Fix build., Hartmut Goebel, 2016/11/29
- 05/06: gnu: python2-discogs-client: Remove python2-setuptools from inputs., Hartmut Goebel, 2016/11/29
- 04/06: Merge branch 'master' into python-build-system, Hartmut Goebel, 2016/11/29
- 02/06: gnu: wxPython: Remove useless inputs.,
Hartmut Goebel <=
- 06/06: Merge branch 'python-build-system'., Hartmut Goebel, 2016/11/29