Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent 97699263a7
commit 15390bc93b

@ -8,7 +8,7 @@
Name: python-virtualenv Name: python-virtualenv
Version: 15.1.0 Version: 15.1.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Tool to create isolated Python environments Summary: Tool to create isolated Python environments
Group: Development/Languages Group: Development/Languages
@ -25,7 +25,7 @@ BuildArch: noarch
BuildRequires: python2-devel BuildRequires: python2-devel
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python-sphinx BuildRequires: python2-sphinx
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
%endif # with_python3 %endif # with_python3
@ -139,6 +139,10 @@ cp %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/virtualenv-2
%changelog %changelog
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 15.1.0-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 15.1.0-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 15.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save