[packages/Carla] Require Python 2 PyQt tools

jajcus jajcus at pld-linux.org
Thu Mar 1 10:03:25 CET 2018


commit 5392685d1c8e9e551e5b78710f1844b2490db20c
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Mar 1 10:00:33 2018 +0100

    Require Python 2 PyQt tools
    
    We don't even have Python 3 pyrcc5 packaged, so we need to build Python
    3 application with Python 2 tools…

 Carla.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Carla.spec b/Carla.spec
index 10c6573..fcb4a2e 100644
--- a/Carla.spec
+++ b/Carla.spec
@@ -30,10 +30,10 @@ BuildRequires:	libprojectM-devel
 BuildRequires:	linuxsampler-devel
 BuildRequires:	mxml-devel
 BuildRequires:	pulseaudio-devel
-BuildRequires:	python-PyQt5-devel-tools >= 5.8.2-2
 BuildRequires:	python3
 BuildRequires:	python3-PyQt5
-BuildRequires:	python3-PyQt5-uic
+BuildRequires:	python-PyQt5-devel-tools >= 5.8.2-2
+BuildRequires:	python-PyQt5-uic
 BuildRequires:	rpm-pythonprov
 BuildRequires:	zlib-devel
 Requires:	python3-PyQt5
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Carla.git/commitdiff/32c96d753c590a6a9b3eeeee80b427eab207a1ce



More information about the pld-cvs-commit mailing list