From: Arkadiusz Miƛkiewicz Date: Thu, 31 Oct 2019 09:00:21 +0000 (+0100) Subject: - add missing BR X-Git-Tag: auto/th/python-lz4-2.1.6-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-lz4.git;a=commitdiff_plain;h=e074870 - add missing BR --- diff --git a/python-lz4.spec b/python-lz4.spec index 99285e9..a3c3974 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -18,15 +18,19 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 %if %{with python2} BuildRequires: python-devel +BuildRequires: python-pkgconfig %if %{with tests} BuildRequires: python-future +BuildRequires: python-psutil BuildRequires: python-pytest-cov %endif %endif %if %{with python3} BuildRequires: python3-devel +BuildRequires: python3-pkgconfig %if %{with tests} BuildRequires: python3-future +BuildRequires: python3-psutil BuildRequires: python3-pytest-cov %endif %endif