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

Christian Dersch lupinix at fedoraproject.org
Fri Mar 6 09:46:01 UTC 2015


commit 6331578d9b1d9f1bcfcec3df48b8c222aa7ae790
Author: Christian Dersch <chrisdersch at gmail.com>
Date:   Fri Mar 6 10:45:51 2015 +0100

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

 python-astroML-addons.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-astroML-addons.spec b/python-astroML-addons.spec
index 05d01c7..4146a21 100644
--- a/python-astroML-addons.spec
+++ b/python-astroML-addons.spec
@@ -4,7 +4,7 @@
 
 Name:           python-astroML-addons
 Version:        0.2.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Performance add-ons for the astroML package
 
 License:        BSD
@@ -16,7 +16,6 @@ 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 +35,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,6 +93,9 @@ find %{buildroot} -name 'setup.py*' -print0 | xargs -0 rm -rf
 %{python3_sitearch}/astroML_addons-%{version}-py%{python3_version}.egg-info
 
 %changelog
+* Fri Mar 06 2015 Christian Dersch <chrisdersch at gmail.com> - 0.2.1-5
+- fixed wrong dependency in python 2 package (BZ #1199429)
+
 * Tue Feb 24 2015 Christian Dersch <chrisdersch at gmail.com> - 0.2.1-4
 - rebuilt for astroML 0.3, enabled Python 3 support
 


More information about the scm-commits mailing list