[python-pyface/el6] Require wxPython for now - it seems to be the more robust backend

Orion Poplawski orion at fedoraproject.org
Wed May 22 21:56:11 UTC 2013


commit 4a24b3c435551cbc1d502686188d899441c6328a
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed May 22 15:56:09 2013 -0600

    Require wxPython for now - it seems to be the more robust backend

 python-pyface.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-pyface.spec b/python-pyface.spec
index 29850b8..1bca3e8 100644
--- a/python-pyface.spec
+++ b/python-pyface.spec
@@ -1,6 +1,6 @@
 Name:           python-pyface
 Version:        4.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Generic User Interface objects
 
 # Images have different licenses. For image license breakdown check
@@ -15,6 +15,8 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-Traits
 
 Requires:       python-Traits
+# Require the wxPython interface for now - it seems more robust
+Requires:       wxPython
 
 %description
 Pyface enables programmers to interact with generic UI objects, such as
@@ -61,6 +63,9 @@ done
 
 
 %changelog
+* Wed May 22 2013 Orion Poplawski <orion at cora.nwra.com> - 4.3.0-3
+- Require wxPython for now - it seems to be the more robust backend
+
 * Thu Apr 25 2013 Orion Poplawski <orion at cora.nwra.com> - 4.3.0-2
 - Fix non-UTF-8 files
 - Add doc sub-package


More information about the scm-commits mailing list