Fix the unversioned python requirement

Merges https://src.fedoraproject.org/rpms/python-argcomplete/pull-request/1
This commit is contained in:
Miro Hrončok 2018-07-25 11:31:21 +02:00
parent 00a017205a
commit ec76c5f839

View File

@ -10,8 +10,9 @@ License: ASL 2.0
URL: https://github.com/kislyuk/argcomplete
Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
BuildRequires: python-unversioned-command
%if %{with check}
# something in tests is invoking /usr/bin/python to test things
BuildRequires: /usr/bin/python
BuildRequires: tcsh
%endif