add python-unversioned-command build dep
This commit is contained in:
parent
9e463e5960
commit
00a017205a
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user