Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2616:ba1a2417a6ba: Update python-magic to 0.4.18 and add python3
- The module can be now imported successfully in python3 and Lutris
- Check eopkg still works (including install, uninstall, reinstall, info and search, checked also building a third-party package)
Diff Detail
Diff Detail
- Repository
- R2616 python-magic
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Now you can remove python-setuptools from builddeps.
Any idea why the component is system.base?
Comment Actions
Updating python packages in system.base to Python3 is very, very risky, as packages using them may not list them in rundeps. python-pylzma, for example, is used by eopkg.
Before updating such packages, then, be 100% sure you have tested all the revdeps.
Comment Actions
Yeah I noticed it borks eopkg. Of course eopkg info doesn't state it as a revdep.
However, python2 version can't be used by Lutris.