From 0368d61cdb2cc98ed25eefdb92ad3a1aff39ac6a Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Oct 11 2016 13:37:13 +0000 Subject: Added dependencies for astroscrappy and reproject --- diff --git a/python-ccdproc.spec b/python-ccdproc.spec index 4438610..a5cd898 100644 --- a/python-ccdproc.spec +++ b/python-ccdproc.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: BSD @@ -14,6 +14,10 @@ BuildArch: noarch BuildRequires: python2-devel python3-devel BuildRequires: python2-astropy python2-astropy-helpers BuildRequires: python3-astropy python3-astropy-helpers +BuildRequires: python2-astroscrappy +BuildRequires: python2-reproject +BuildRequires: python3-astroscrappy +BuildRequires: python3-reproject %description The ccdproc package is a collection of code that will be helpful in basic CCD @@ -24,6 +28,8 @@ stand-alone processing or as part of a pipeline. Summary: %{sum} %{?python_provide:%python_provide python2-%{srcname}} Requires: python2-astropy +Requires: python2-astroscrappy +Requires: python2-reproject %description -n python2-%{srcname} The ccdproc package is a collection of code that will be helpful in basic CCD @@ -35,6 +41,8 @@ stand-alone processing or as part of a pipeline. Summary: %{sum} %{?python_provide:%python_provide python3-%{srcname}} Requires: python3-astropy +Requires: python3-astroscrappy +Requires: python3-reproject %description -n python3-%{srcname} The ccdproc package is a collection of code that will be helpful in basic CCD @@ -53,9 +61,9 @@ stand-alone processing or as part of a pipeline. %py2_install %py3_install -#%%check -#%%{__python2} setup.py test -#%%{__python3} setup.py test +%check +%{__python2} setup.py test +%{__python3} setup.py test %files -n python2-%{srcname} %license licenses/LICENSE.rst @@ -68,6 +76,9 @@ stand-alone processing or as part of a pipeline. %{python3_sitelib}/* %changelog +* Tue Oct 11 2016 Christian Dersch - 1.1.0-2 +- Added dependencies for astroscrappy and reproject + * Sun Sep 25 2016 Christian Dersch - 1.1.0-1 - Added BuildRequires for astropy-helpers - new version