mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
🥔 install biplist for ci tests
biplist is an optional python dependency required for processing iOS apps. (.ipa files)
This commit is contained in:
parent
7211e9f9b4
commit
881943a0db
2 changed files with 7 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -108,7 +108,11 @@ setup(
|
|||
'sdkmanager >= 0.6.4',
|
||||
'yamllint',
|
||||
],
|
||||
# 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
|
||||
extras_require={
|
||||
'optional': ['biplist', 'pycountry'],
|
||||
'test': ['pyjks', 'html5print'],
|
||||
'docs': [
|
||||
'sphinx',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue