forked from pool/python-apache-libcloud
This commit is contained in:
parent
fb610e714c
commit
2d78168008
@ -69,7 +69,8 @@ cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
|
|||||||
find %{buildroot} -name '*.DS_Store' -delete
|
find %{buildroot} -name '*.DS_Store' -delete
|
||||||
find %{buildroot} -name '*.json' -size 0 -delete
|
find %{buildroot} -name '*.json' -size 0 -delete
|
||||||
find %{buildroot} -name '*.pem' -size 0 -delete
|
find %{buildroot} -name '*.pem' -size 0 -delete
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/libcloud/test
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Skip ShellOutSSHClientTests tests which attempt to ssh to localhost
|
# Skip ShellOutSSHClientTests tests which attempt to ssh to localhost
|
||||||
|
Loading…
Reference in New Issue
Block a user