]> git.pld-linux.org Git - packages/python-lz4.git/commitdiff
- add missing BR
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 Oct 2019 09:00:21 +0000 (10:00 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 Oct 2019 09:00:21 +0000 (10:00 +0100)
python-lz4.spec

index 99285e93dc20481b5b26bb021084e28fe6e988c5..a3c39742fcc67cbd1344fdec3c1beac35fa8e233 100644 (file)
@@ -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
This page took 0.096817 seconds and 4 git commands to generate.