From ec76c5f839f0f1ade2203be5d7232fe62cd02b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 25 Jul 2018 11:31:21 +0200 Subject: [PATCH] Fix the unversioned python requirement Merges https://src.fedoraproject.org/rpms/python-argcomplete/pull-request/1 --- python-argcomplete.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 04ab59e..9bfb5d0 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -10,8 +10,9 @@ 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} +# something in tests is invoking /usr/bin/python to test things +BuildRequires: /usr/bin/python BuildRequires: tcsh %endif