Add BuildRequires: python to fix FTBFS (BZ#1414545).

This commit is contained in:
Merlin Mathesius 2017-01-18 13:56:51 -06:00 committed by Kalev Lember
parent b6a41eac09
commit 340b645836

View File

@ -1,6 +1,6 @@
Name: itstool
Version: 2.0.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: ITS-based XML translation tool
Group: Development/Tools
@ -11,6 +11,7 @@ Source0: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: libxml2-python
BuildRequires: python
Requires: libxml2-python
%description
@ -35,6 +36,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%doc %{_mandir}/man1/itstool.1.gz
%changelog
* Wed Jan 18 2017 Merlin Mathesius <mmathesi@redhat.com> - 2.0.2-5
- Add BuildRequires: python to fix FTBFS (BZ#1414545).
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild