Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
4a15b49f69
commit
3cdfcf110c
@ -2,7 +2,7 @@
|
||||
|
||||
Name: sdformat
|
||||
Version: 5.2.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: The Simulation Description Format
|
||||
|
||||
License: ASL 2.0
|
||||
@ -25,7 +25,7 @@ BuildRequires: tinyxml-devel
|
||||
BuildRequires: urdfdom-devel
|
||||
|
||||
#Test dependencies
|
||||
BuildRequires: python
|
||||
BuildRequires: python2
|
||||
|
||||
%description
|
||||
The Simulation Description Format (SDF) is an XML file format used to
|
||||
@ -112,6 +112,10 @@ make -C build test ARGS="-V -E INTEGRATION_schema_test"
|
||||
%doc build/doxygen/html
|
||||
|
||||
%changelog
|
||||
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.2.0-4
|
||||
- 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> - 5.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user