From cdc5891ae5863dfe103cc4a5030d27d26863a5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 22 May 2023 12:31:11 +0200 Subject: [PATCH] Fix build with pip 23.1.2+ Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2209020 --- python-argcomplete.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 5e0d0a2..acc442c 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -8,7 +8,7 @@ Name: python-argcomplete Summary: Bash tab completion for argparse Version: 2.0.0 -Release: 6%{?dist} +Release: 7%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: %pypi_source argcomplete @@ -25,6 +25,7 @@ BuildRequires: tcsh BuildRequires: fish BuildRequires: /usr/bin/pip BuildRequires: python3-pexpect +BuildRequires: python3-wheel %endif BuildArch: noarch @@ -88,6 +89,10 @@ export INPUTRC=$PWD/.inputrc %{bash_completions_dir}/%{name} %changelog +* Mon May 22 2023 Miro HronĨok - 2.0.0-7 +- Fix build with pip 23.1.2+ +- Fixes: rhbz#2209020 + * Fri Jan 20 2023 Fedora Release Engineering - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild