fix failures
OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=80
This commit is contained in:
parent
40fd08caa5
commit
fa529a49a8
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user