diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 78c9572..522a7db 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,6 @@ Name: python-virtualenv Version: 20.13.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -33,6 +33,7 @@ BuildRequires: python3-towncrier %bcond_with tests %if %{with tests} BuildRequires: fish +BuildRequires: tcsh BuildRequires: gcc BuildRequires: python3-flaky BuildRequires: python3-packaging @@ -158,6 +159,9 @@ rm -r tmp_path %changelog +* Mon Mar 14 2022 Benjamin A. Beasley - 20.13.3-3 +- BR tcsh so we can test csh activation scripts + * Mon Mar 14 2022 Lumír Balhar - 20.13.3-2 - Add explicit error when embed version of wheels is requested Resolves: rhbz#2053948