15
0

Accepting request 707620 from devel:languages:python

- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/707620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-css-parser?expand=0&rev=2
This commit is contained in:
2019-06-14 18:24:34 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 4 14:06:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
-------------------------------------------------------------------
Mon Jan 7 10:31:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -51,8 +51,7 @@ sed -i "1d" src/css_parser/{parse,codec,sac,serialize,scripts/csscapture,_codec2
%install
%python_install
# replace duplicate .pyo/.pyc with hardlinks
%fdupes %{buildroot}/%{python_sitelib}/css_parser/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test