]> git.pld-linux.org Git - packages/Carla.git/commitdiff
Require Python 2 PyQt tools
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 1 Mar 2018 09:00:33 +0000 (10:00 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 1 Mar 2018 09:01:48 +0000 (10:01 +0100)
We don't even have Python 3 pyrcc5 packaged, so we need to build Python
3 application with Python 2 tools…

Carla.spec

index 10c65737b7690ba644e098c0ea079a1b02c0b0a1..fcb4a2ee1dc7862dd413a35bff4b5e8e089891e7 100644 (file)
@@ -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
This page took 0.120583 seconds and 4 git commands to generate.