From b1418928b8a2cd0330f0b9c434fed095517fa022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 23 Aug 2018 17:08:04 +0200 Subject: [PATCH] Fix BRs --- python-uranium.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-uranium.spec b/python-uranium.spec index 6c309e3..9dec1da 100644 --- a/python-uranium.spec +++ b/python-uranium.spec @@ -10,10 +10,11 @@ Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz Patch0: fix-PluginRegistry-test.patch BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: /usr/bin/doxygen BuildRequires: /usr/bin/msgmerge BuildRequires: cmake -BuildRequires: git +BuildRequires: git-core # Tests BuildRequires: python3-arcus == %{version} @@ -68,8 +69,7 @@ make %{?_smp_mflags} make doc %check -pip3 freeze - +%{__python3} -m pip freeze %{__python3} -m pytest -v