Adrian Schröter 2019-03-25 08:02:50 +00:00 committed by Git OBS Bridge
parent 40fd08caa5
commit fa529a49a8
3 changed files with 10 additions and 1 deletions

View File

@ -33,6 +33,7 @@ This is just executing the test suite at build time.
%build
export LC_ALL="C.utf-8"
#FreeCAD --console --write-log --log-file=/tmp/FreeCAD.log --run-test 0 || exit 1
FreeCAD --console --run-test 0 || exit 1
%changelog

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 25 08:01:35 UTC 2019 - Adrian Schröter <adrian@suse.de>
- add missing requires to six and vtk python modules (found via test suite)
-------------------------------------------------------------------
Mon Mar 18 12:34:53 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@ -105,9 +105,12 @@ BuildRequires: pkgconfig(Qt5WebKitWidgets)
BuildRequires: pkgconfig(Qt5X11Extras)
Requires: python3-numpy
Requires: python3-pyside2
Requires: python3-vtk
# For Arch & Draft workbench
Requires: python3-pivy
# core dump if PySide is installed
# For FEM workbench
Requires: python3-six
# core dump if PySide (version 1) is installed
Conflicts: python3-pyside
Conflicts: python-pyside
# reported to break FreeCAD here