14
0

Accepting request 693249 from home:mcalabkova:branches:devel:languages:python

symlinking fdupes fixed, please supersede that sr to Factory

OBS-URL: https://build.opensuse.org/request/show/693249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-04-11 13:07:54 +00:00
committed by Git OBS Bridge
parent 1fb878f478
commit 85ef158fab

View File

@@ -53,7 +53,7 @@ rm -rf src/zodbpickle.egg-info
%install
%python_install
%{python_expand find %{buildroot}%{$python_sitearch} -name *.c -delete
%fdupes -s %{buildroot}%{$python_sitearch}
%fdupes %{buildroot}%{$python_sitearch}
}
%check