From 31ef675ff52fea5e666c211b7bb598a9743819dc Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Aug 21 2019 16:01:31 +0000 Subject: Support spaces in %toxenv --- diff --git a/macros.pyproject b/macros.pyproject index 1d2fc43..9e55089 100644 --- a/macros.pyproject +++ b/macros.pyproject @@ -29,7 +29,7 @@ echo 'python3dist(pytoml)' # setuptools assumes no pre-existing dist-info rm -rfv *.dist-info/ if [ -f %{__python3} ]; then - RPM_TOXENV=%{toxenv} %{__python3} -I %{_rpmconfigdir}/redhat/pyproject_buildrequires.py %{?**} + RPM_TOXENV="%{toxenv}" %{__python3} -I %{_rpmconfigdir}/redhat/pyproject_buildrequires.py %{?**} fi }