[python-astroML-addons] fixed wrong dependency in python 2 package (BZ #1199429)

Christian Dersch lupinix at fedoraproject.org
Fri Mar 6 09:37:06 UTC 2015


commit d7353bb8de31d189e765cc849c13baa0f7187766
Author: Christian Dersch <chrisdersch at gmail.com>
Date:   Fri Mar 6 10:36:55 2015 +0100

    fixed wrong dependency in python 2 package (BZ #1199429)

 python-astroML-addons.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/python-astroML-addons.spec b/python-astroML-addons.spec
index 2133684..0215352 100644
--- a/python-astroML-addons.spec
+++ b/python-astroML-addons.spec
@@ -4,7 +4,7 @@
 
 Name:           python-astroML-addons
 Version:        0.2.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Performance add-ons for the astroML package
 
 License:        BSD
@@ -12,11 +12,11 @@ URL:            http://www.astroml.org/
 Source0:        https://pypi.python.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 
 Requires:       python-astroML
+
 BuildRequires:  python-setuptools
 BuildRequires:  python2-devel
 BuildRequires:  python-astroML
 %if 0%{?with_python3}
-Requires:       python3-astroML
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-devel
 BuildRequires:  python3-astroML
@@ -36,6 +36,7 @@ library will import and use the faster routines by default.
 %if 0%{?with_python3}
 %package -n python3-%{upname}
 Summary:        Performance add-ons for the astroML package
+Requires:       python3-astroML
 
 %description -n python3-%{upname}
 astroML is split into two components. The core astroML library is written
@@ -93,7 +94,10 @@ find %{buildroot} -name 'setup.py*' -print0 | xargs -0 rm -rf
 %{python3_sitearch}/astroML_addons-%{version}-py%{python3_version}.egg-info
 
 %changelog
-* Tue Feb 24 2015 Christian Dersch <chrisdersch at gmail.com> - 0.2.1-6
+* Fri Mar 06 2015 Christian Dersch <chrisdersch at gmail.com> - 0.2.1-7
+- fixed wrong dependency in python 2 package (BZ #1199429)
+
+* Tue Feb 24 2015 Christian Dersch <chrisdersch at gmail.com> - 0.2.1-6 
 - rebuilt for astroML 0.3, enabled Python 3 support
 
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-5


More information about the scm-commits mailing list