SHA256
1
0
forked from pool/python-six

Accepting request 320361 from home:dimstar:Factory

Fix personal stupidity....

OBS-URL: https://build.opensuse.org/request/show/320361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2015-08-04 12:07:47 +00:00 committed by Git OBS Bridge
parent dc0cde9671
commit c13a3655aa

View File

@ -70,7 +70,7 @@ python test_six.py
%pre
# previous versions of the package installed .egg-info as a directory,
# the new update now installs it as a file. Clean out the directory, should it exist.
if [ -d %{python_sitelib}/six-%{version}-py%{py_ver}.egg-info; then
if [ -d %{python_sitelib}/six-%{version}-py%{py_ver}.egg-info ]; then
rm -rf %{python_sitelib}/six-%{version}-py%{py_ver}.egg-info
fi