Don't BR tests BR without tests

This commit is contained in:
Miro Hrončok 2019-08-19 23:20:24 +02:00
parent 16deba1a8c
commit 8548ee4e37

View File

@ -12,10 +12,12 @@ Source0: https://github.com/facelessuser/soupsieve/archive/%{version}/%{n
BuildArch: noarch
BuildRequires: python3-devel
%if %{with tests}
BuildRequires: python3-pytest
BuildRequires: python3dist(lxml)
BuildRequires: python3dist(html5lib)
BuildRequires: python3dist(beautifulsoup4)
%endif
%global _description %{expand:
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.