[python-astropy] Add missing requires python3-six

Sergio Pascual sergiopr at fedoraproject.org
Sun Jan 26 23:22:07 UTC 2014


commit 110e18b532174423a7e8e91ed0edc7cfcd054afb
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Jan 27 00:22:23 2014 +0100

    Add missing requires python3-six

 python-astropy.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-astropy.spec b/python-astropy.spec
index c0782aa..3a43f67 100644
--- a/python-astropy.spec
+++ b/python-astropy.spec
@@ -3,7 +3,7 @@
 
 Name: python-astropy
 Version: 0.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: A Community Python Library for Astronomy
 License: BSD
 
@@ -76,6 +76,7 @@ BuildRequires: python3-devel
 Requires: python3-numpy
 Requires: python3-configobj
 Requires: python3-pytest
+Requires: python3-six
 # Optionals
 Requires: python3-scipy python3-h5py
 Requires: /usr/bin/xmllint
@@ -217,6 +218,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Jan 27 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.3-7
+- Add missing requires python3-six
+
 * Sat Jan 18 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.3-6
 - Do not exclude hidden file, it breaks tests
 


More information about the scm-commits mailing list