forked from pool/python-python-rapidjson
Accepting request 735631 from devel:languages:python
- Fix fdupes call to run on sitearch not sitelib OBS-URL: https://build.opensuse.org/request/show/735631 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-rapidjson?expand=0&rev=5
This commit is contained in:
@@ -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