Remove libcloud and s3cmd from fdroidserver

This commit is contained in:
paul mayero 2025-09-17 11:36:12 +00:00 committed by Hans-Christoph Steiner
parent a9856cfb92
commit dbd769db9f
9 changed files with 417 additions and 819 deletions

View file

@ -101,7 +101,6 @@ setup(
'oscrypto',
'paramiko',
'Pillow',
'apache-libcloud >= 0.14.1',
'puremagic',
'pycountry ; sys_platform=="darwin"',
'python-vagrant',
@ -123,7 +122,7 @@ setup(
'pycountry',
'python-magic',
],
'test': ['pyjks', 'html5print'],
'test': ['pyjks', 'html5print', 'testcontainers[minio]'],
'docs': [
'sphinx',
'numpydoc',