14
0

Accepting request 682428 from devel:languages:python

- Fix fdupes macro expansion

OBS-URL: https://build.opensuse.org/request/show/682428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=53
This commit is contained in:
2019-03-12 08:44:42 +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:27:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes macro expansion
-------------------------------------------------------------------
Wed Jan 30 11:13:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -110,7 +110,7 @@ fi
%install
%python_install
%fdupes -s demos
%python_expand %fdupes %{buildroot}%{python_sitearch}
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
export ASYNC_TEST_TIMEOUT=30