Fix %with bootstrap build, sources were moved to src/
This commit is contained in:
parent
f75c3938d6
commit
47595e37db
@ -66,7 +66,7 @@ EOF
|
||||
%pyproject_save_files tomli
|
||||
%else
|
||||
mkdir -p %{buildroot}%{python3_sitelib}
|
||||
cp -a tomli %{distinfo} %{buildroot}%{python3_sitelib}
|
||||
cp -a src/tomli %{distinfo} %{buildroot}%{python3_sitelib}
|
||||
echo '%{python3_sitelib}/tomli/' > %{pyproject_files}
|
||||
echo '%{python3_sitelib}/%{distinfo}/' >> %{pyproject_files}
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user