Tomáš Chvátal 2018-08-10 13:39:25 +00:00 committed by Git OBS Bridge
parent e9d1fbbd7d
commit d7c0f146df

View File

@ -55,7 +55,7 @@ what is provided.
%pre %pre
# bsc#1057496 - egg-info changed from directory to file # bsc#1057496 - egg-info changed from directory to file
if [ -d %{python_sitelib}/six-%{version}-py%{python_version}.egg-info ]; then if [ -d %{python_sitelib}/six-%{version}-py%{python_version}.egg-info ]; then
rm -r %{python_sitelib}/six-%{version}-%{python_version}.egg-info rm -rf %{python_sitelib}/six-%{version}-%{python_version}.egg-info
fi fi
%files %{python_files} %files %{python_files}