Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was trying to use the galaxy-data container for data source tools, but it fails with: ``` Traceback (most recent call last): File "/Users/mvandenb/src/galaxy/test/functional/tools/data_source.py", line 13, in <module> from galaxy.datatypes import sniff File "/usr/local/lib/python3.12/site-packages/galaxy/datatypes/sniff.py", line 40, in <module> import pylibmagic # noqa: F401 # isort:skip ^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'pylibmagic' ``` pylibmagic is just shipping the magic library and adds it to path, but that's not needed for the data-data container which can use magic just fine.
- Loading branch information