Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
4c28400775
commit
32995cdcbb
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libccd
|
||||
Version: 2.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Library for collision detection between convex shapes
|
||||
|
||||
License: BSD
|
||||
@ -24,7 +24,7 @@ BuildRequires: cmake28
|
||||
BuildRequires: cmake
|
||||
%endif
|
||||
# These are required for executing the test suite
|
||||
BuildRequires: python
|
||||
BuildRequires: python2
|
||||
%if 0%{?with_valgrind}
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
@ -90,6 +90,10 @@ make -C build test ||exit 0
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0-12
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user