forked from pool/python-python-rapidjson
- Fix fdupes call to run on sitearch not sitelib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
e93683fa42
commit
ca42c89f29
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix fdupes call to run on sitearch not sitelib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 08:34:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@@ -52,7 +52,7 @@ instances) and JSON Schema validation capabilities.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
|
Reference in New Issue
Block a user