From d7c0f146df1221fb060ee17f0fbee7f63e9f83ea627c4558ab338b7f3810f32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 10 Aug 2018 13:39:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=56 --- python-six.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 269b8c8..f336c8d 100644 --- a/python-six.spec +++ b/python-six.spec @@ -55,7 +55,7 @@ what is provided. %pre # bsc#1057496 - egg-info changed from directory to file 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 %files %{python_files}