Add missing build requires needed for check
This commit is contained in:
parent
da00ea799f
commit
a82cc3cc31
@ -1,7 +1,7 @@
|
||||
Summary: D-Bus Python Bindings
|
||||
Name: dbus-python
|
||||
Version: 1.2.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
License: MIT
|
||||
URL: http://www.freedesktop.org/wiki/Software/DBusBindings/
|
||||
@ -17,7 +17,9 @@ BuildRequires: python2-devel
|
||||
BuildRequires: python-docutils
|
||||
BuildRequires: python3-devel
|
||||
# for %%check
|
||||
BuildRequires: dbus-x11 pygobject3
|
||||
BuildRequires: dbus-x11
|
||||
BuildRequires: python-gobject
|
||||
BuildRequires: python3-gobject
|
||||
# autoreconf and friends
|
||||
BuildRequires: autoconf-archive automake libtool
|
||||
|
||||
@ -95,6 +97,9 @@ make check -k -C python3-build
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 11 2016 leigh scott <leigh123linux@googlemail.com> - 1.2.4-4
|
||||
- Add missing build requires needed for check
|
||||
|
||||
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.2.4-3
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user