#1 Require python3-PyQt4 instead of (python2-)PyQt4
Merged 5 years ago by dwrobel. Opened 5 years ago by churchyard.
rpms/ churchyard/flatcam python3  into  master

file modified
+5 -2
@@ -10,7 +10,7 @@ 

  

  Name:           flatcam

  Version:        8.5

- Release:        11.%{date}git%{shortcommit0}%{?dist}

+ Release:        12.%{date}git%{shortcommit0}%{?dist}

  Summary:        2D Computer-Aided PCB Manufacturing

  License:        MIT

  Url:            http://flatcam.org/
@@ -29,7 +29,7 @@ 

  BuildRequires:  libappstream-glib

  

  Requires:       %{py3_dist simplejson}

- Requires:       PyQt4

+ Requires:       python3-PyQt4

  Requires:       %{py3_dist numpy}

  Requires:       %{py3_dist scipy}

  Requires:       python3-svg-path
@@ -88,6 +88,9 @@ 

  

  

  %changelog

+ * Sun Dec 09 2018 Miro Hrončok <mhroncok@redhat.com> - 8.5-12.20180606git46454c293a9b

+ - Require python3-PyQt4 instead of (python2-)PyQt4

+ 

  * Sat Sep 08 2018 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 8.5-11.20180606git46454c293a9b

  - Update to the latest version

  - Switch to python3

no initial comment

Pull-Request has been merged by dwrobel

5 years ago