From 6137761ab746e681ddd446b8fa38b34bbcadd09d2216383b09af58614cb8eab5 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 11 Sep 2017 19:11:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-binaryornot?expand=0&rev=3 --- python-binaryornot.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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