diff --git a/python-binaryornot.spec b/python-binaryornot.spec index 6b53c12..8c6e2d2 100644 --- a/python-binaryornot.spec +++ b/python-binaryornot.spec @@ -31,15 +31,13 @@ License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/audreyr/binaryornot Source: https://files.pythonhosted.org/packages/source/b/binaryornot/binaryornot-%{version}.tar.gz +BuildRequires: %{python_module chardet >= 3.0.2} BuildRequires: %{python_module devel} +BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module chardet >= 3.0.2} -BuildRequires: %{python_module hypothesis} BuildRequires: python-unittest2 -%endif Requires: python-chardet >= 3.0.2 BuildArch: noarch