14
0
forked from pool/python-rope

- Fix expansion of test removal

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-03-07 11:16:55 +00:00
committed by Git OBS Bridge
parent d046fb1648
commit bca0f63d2d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 11:16:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix expansion of test removal
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 11 11:01:31 UTC 2019 - Matej Cepl <mcepl@suse.com> Mon Feb 11 11:01:31 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -46,7 +46,7 @@ export LANG=en_US.UTF-8
%install %install
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
%python_install %python_install
%{python_expand rm -rf %{buildroot}/%{%{python_sitelib}}/python-rope/ropetest/ %{python_expand rm -rf %{buildroot}/%{$python_sitelib}/python-rope/ropetest/
%fdupes %{buildroot}/%{$python_sitelib} %fdupes %{buildroot}/%{$python_sitelib}
} }