Fix build with pip 23.1.2+
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2209020
This commit is contained in:
parent
cdc78e1038
commit
cdc5891ae5
@ -8,7 +8,7 @@
|
|||||||
Name: python-argcomplete
|
Name: python-argcomplete
|
||||||
Summary: Bash tab completion for argparse
|
Summary: Bash tab completion for argparse
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/kislyuk/argcomplete
|
URL: https://github.com/kislyuk/argcomplete
|
||||||
Source0: %pypi_source argcomplete
|
Source0: %pypi_source argcomplete
|
||||||
@ -25,6 +25,7 @@ BuildRequires: tcsh
|
|||||||
BuildRequires: fish
|
BuildRequires: fish
|
||||||
BuildRequires: /usr/bin/pip
|
BuildRequires: /usr/bin/pip
|
||||||
BuildRequires: python3-pexpect
|
BuildRequires: python3-pexpect
|
||||||
|
BuildRequires: python3-wheel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -88,6 +89,10 @@ export INPUTRC=$PWD/.inputrc
|
|||||||
%{bash_completions_dir}/%{name}
|
%{bash_completions_dir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2023 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-7
|
||||||
|
- Fix build with pip 23.1.2+
|
||||||
|
- Fixes: rhbz#2209020
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user