15
0
forked from pool/python-docker

Accepting request 648938 from devel:languages:python

- Fix the fdupes call to match up reality

OBS-URL: https://build.opensuse.org/request/show/648938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docker?expand=0&rev=10
This commit is contained in:
2018-11-14 13:44:01 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 14 11:57:19 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the fdupes call to match up reality
-------------------------------------------------------------------
Sat Oct 20 15:33:00 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@@ -72,7 +72,7 @@ A docker API client in Python
%install
%python_install
%fdupes %{buildroot}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand py.test-%{$python_bin_suffix} tests/unit -k 'not MatchHostnameTest'