diff --git a/python-plyvel.spec b/python-plyvel.spec index 486d7d4..ff67386 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -14,7 +14,7 @@ Summary: Python interface to the LevelDB embedded database library License: BSD URL: https://github.com/wbolster/plyvel Source0: http://pypi.python.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz -# TODO +# https://github.com/wbolster/plyvel/issues/10 Patch0: plyvel-0.2-test-tmp-db-fs-encoding.patch BuildRequires: python2-devel BuildRequires: python-setuptools @@ -80,11 +80,6 @@ popd %if %{with python3} pushd %{py3dir} %{__python3} setup.py nosetests -#%if %{?fedora} <= 17 -#nosetests-3.2 build/lib -#%else -#nosetests-3.3 build/lib -#%endif popd %endif