https://bugzilla.redhat.com/show_bug.cgi?id=1140002



--- Comment #1 from Haïkel Guémar <[email protected]> ---
Few points:
* missing requirements to python-six and python3-six for python/python3
packages.
* add %check and run tests for both python & python3
%check
%{__python2} setup.py nosetests 
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py nosetests
popd
%endif
* I tried the generated packages and they both worked against a running
memcached.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to