FS#60774 - [pysolfc] Missing dependency to python-six

Attached to Project: Community Packages
Opened by Filipp Andjelo (scorp) - Sunday, 11 November 2018, 22:59 GMT
Last edited by Jelle van der Waa (jelly) - Friday, 09 August 2019, 10:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Missing dependency to python-six

Steps to reproduce:
Try to start the application pysol and it will crash with import error of six.
This task depends upon

Closed by  Jelle van der Waa (jelly)
Friday, 09 August 2019, 10:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  pysolfc-2.6.4-1
Comment by Eli Schwartz (eschwartz) - Sunday, 11 November 2018, 23:28 GMT
In pysolfc 2.4.0-1 it was ported to python2/python3 polyglot code using the six module, but upstream does not use install_requires, and only a few days ago even had this added to the README.

I suggest asking upstream to use install_requires in order to make this more obvious to others...

Loading...