Merge branch 'patch-1' into 'master'

Clarify libmagic needs to be installed separately

See merge request fdroid/fdroidserver!1640
This commit is contained in:
Hans-Christoph Steiner 2025-04-15 16:22:22 +00:00
commit a03cfa3fc2

View file

@ -116,7 +116,7 @@ setup(
# Some requires are only needed for very limited cases:
# * biplist is only used for parsing Apple .ipa files
# * pycountry is only for linting config/mirrors.yml
# * python-magic is preferred when libmagic is available, but its not in pypi.org
# * python-magic is preferred when the C library libmagic is installed
extras_require={
'optional': [
'biplist',