[vtk/f19] Add requires PyQt4 to vtk-python

Orion Poplawski orion at fedoraproject.org
Tue Sep 17 01:11:50 UTC 2013


commit 6e6bd7a240b89c29c19c5639d2acb2afa44de997
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Sep 16 19:11:20 2013 -0600

    Add requires PyQt4 to vtk-python

 vtk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index b897189..ff44071 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -12,7 +12,7 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Name: vtk
 Version: 5.10.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
 # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@@ -102,6 +102,7 @@ Summary: Python bindings for VTK
 Requires: vtk = %{version}-%{release}
 Group: System Environment/Libraries
 Requires: sip
+Requires: PyQt4
 
 %description python
 python bindings for VTK
@@ -420,6 +421,9 @@ rm -rf %{buildroot}
 %doc vtk-examples/Examples
 
 %changelog
+* Mon Sep 16 2013 Orion Poplawski <orion at cora.nwra.com> - 5.10.1-7
+- Add requires PyQt4 to vtk-python
+
 * Mon Sep 16 2013 Orion Poplawski <orion at cora.nwra.com> - 5.10.1-6
 - Add requires sip to vtk-python
 


More information about the scm-commits mailing list