add python-unversioned-command build dep
This commit is contained in:
parent
9e463e5960
commit
00a017205a
@ -2,19 +2,20 @@
|
|||||||
|
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Summary: Bash tab completion for argparse
|
Summary: Bash tab completion for argparse
|
||||||
Version: 1.9.3
|
Version: 1.9.3
|
||||||
Release: 5%{?dist}
|
Release: 5%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/kislyuk/argcomplete
|
URL: https://github.com/kislyuk/argcomplete
|
||||||
Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: python-unversioned-command
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
BuildRequires: tcsh
|
BuildRequires: tcsh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%global _description \
|
%global _description \
|
||||||
Argcomplete provides easy, extensible command line tab completion of\
|
Argcomplete provides easy, extensible command line tab completion of\
|
||||||
|
Loading…
Reference in New Issue
Block a user