From 6a8883bcaf2b8f40ecca082e491a9cb009849ad6 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 09 2018 18:12:12 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/moose.spec b/moose.spec index c74b544..9c4ad86 100644 --- a/moose.spec +++ b/moose.spec @@ -10,7 +10,7 @@ Version: 3.0.2 %global codename ghevar %global prerelease beta.2 %global fullversion %{codename}_%{version}%{?prerelease:-%{prerelease}} -Release: 0.15%{?dist}%{?prerelease:.%{prerelease}}%{?commit:.git%{shortcommit}} +Release: 0.16%{?dist}%{?prerelease:.%{prerelease}}%{?commit:.git%{shortcommit}} Summary: Multiscale Neuroscience and Systems Biology Simulator License: GPLv3 URL: http://moose.ncbs.res.in/ @@ -36,7 +36,7 @@ BuildRequires: tinyxml-devel BuildRequires: muParser-devel BuildRequires: libsbml-devel BuildRequires: python2-devel -BuildRequires: numpy +BuildRequires: python2-numpy BuildRequires: checksec %if 0%{?with_python3} @@ -63,10 +63,10 @@ Summary: Python interface for %{name} Provides: python2-rdesigneur = %{version}-%{release} Provides: python2-libmumbl = %{version}-%{release} -Requires: numpy -Requires: python-matplotlib -Requires: python-matplotlib-qt4 -Requires: python-lxml +Requires: python2-numpy +Requires: python2-matplotlib +Requires: python2-matplotlib-qt4 +Requires: python2-lxml %description -n python2-%{name} This package contains the %{summary}. @@ -166,6 +166,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -c \ %endif %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 3.0.2-0.16.beta.2.git0e12e41 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Aug 03 2017 Fedora Release Engineering - 3.0.2-0.15.beta.2.git0e12e41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild