Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-03 11:23:54 +01:00
parent 7e9f8a772d
commit 4b6516ec80

View File

@ -1,7 +1,7 @@
Summary: D-Bus Python Bindings
Name: dbus-python
Version: 1.2.4
Release: 11%{?dist}
Release: 12%{?dist}
License: MIT
URL: http://www.freedesktop.org/wiki/Software/DBusBindings/
@ -13,10 +13,10 @@ Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch
BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
BuildRequires: python-docutils
BuildRequires: python2-docutils
# for %%check
BuildRequires: dbus-x11
BuildRequires: python-gobject
BuildRequires: python2-gobject
BuildRequires: python3-gobject
# autoreconf and friends
BuildRequires: autoconf-archive automake libtool
@ -101,6 +101,10 @@ make check -k -C python3-build
%{_libdir}/pkgconfig/dbus-python.pc
%changelog
* Wed Jan 03 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.4-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.4-11
- Cleanups in packaging