Support spaces in %toxenv
This commit is contained in:
parent
fda0a23075
commit
31ef675ff5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user