15
0
forked from pool/python-rope

Accepting request 682417 from devel:languages:python

- Fix expansion of test removal

OBS-URL: https://build.opensuse.org/request/show/682417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rope?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2019-03-10 08:33:50 +00:00
committed by Git OBS Bridge
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>

View File

@@ -46,7 +46,7 @@ export LANG=en_US.UTF-8
%install
export LANG=en_US.UTF-8
%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}
}