add python-unversioned-command build dep

This commit is contained in:
Peter Robinson 2018-07-17 17:15:53 +01:00
parent 9e463e5960
commit 00a017205a

View File

@ -2,19 +2,20 @@
%bcond_without check
Name: python-%{modname}
Summary: Bash tab completion for argparse
Version: 1.9.3
Release: 5%{?dist}
License: ASL 2.0
URL: https://github.com/kislyuk/argcomplete
Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
Name: python-%{modname}
Summary: Bash tab completion for argparse
Version: 1.9.3
Release: 5%{?dist}
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}
BuildRequires: tcsh
BuildRequires: tcsh
%endif
BuildArch: noarch
BuildArch: noarch
%global _description \
Argcomplete provides easy, extensible command line tab completion of\