mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-25 10:22:58 -04:00
Merge branch 'patch-1' into 'master'
Clarify libmagic needs to be installed separately See merge request fdroid/fdroidserver!1640
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user