diff --git a/python-libnacl.spec b/python-libnacl.spec index 60a9e0f..9e32a3c 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -25,10 +25,9 @@ Group: Development/Languages/Python Source0: https://pypi.python.org/packages/source/l/libnacl/libnacl-%{version}.tar.gz BuildRoot: %{_tmppath}/libnacl-%{version}-build -BuildRequires: python-setuptools +BuildRequires: python BuildRequires: python-devel BuildRequires: libsodium-devel -BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -50,7 +49,6 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} --optimize=1 -%fdupes %{buildroot}%{_prefix} %files %defattr(-,root,root)