From d7353bb8de31d189e765cc849c13baa0f7187766 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Mar 06 2015 09:36:55 +0000 Subject: fixed wrong dependency in python 2 package (BZ #1199429) --- 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 - 0.2.1-6 +* Fri Mar 06 2015 Christian Dersch - 0.2.1-7 +- fixed wrong dependency in python 2 package (BZ #1199429) + +* Tue Feb 24 2015 Christian Dersch - 0.2.1-6 - rebuilt for astroML 0.3, enabled Python 3 support * Sun Aug 17 2014 Fedora Release Engineering - 0.2.1-5