FS#74288 - [vtk] optional dependencys are mandatory for python bindings

Attached to Project: Community Packages
Opened by Martin Diehl (MartinDiehl) - Thursday, 31 March 2022, 08:54 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 31 March 2022, 09:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The python bindings for vtk 9.1.0-12 need unixodbc and openvr. Both are currently optional dependencies

```
File /usr/lib/python3.10/site-packages/vtkmodules/all.py:90, in <module>
88 from .vtkIOOggTheora import *
89 from .vtkIOOMF import *
---> 90 from .vtkIOODBC import *
```

```
File /usr/lib/python3.10/site-packages/vtkmodules/all.py:57, in <module>
55 from .vtkRenderingParallel import *
56 from .vtkRenderingVR import *
---> 57 from .vtkRenderingOpenVR import *
58 from .vtkRenderingMatplotlib import *
59 from .vtkRenderingLOD import *
```

Steps to reproduce:
import vtk


This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 31 March 2022, 09:28 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#61655 

Loading...