15
0
forked from pool/python-docker

- Fix the fdupes call to match up reality

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2018-11-14 11:57:40 +00:00
committed by Git OBS Bridge
parent ef506df6c7
commit 6f011e1953
2 changed files with 6 additions and 1 deletions

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'