mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add support for Python 3.12
Python 3.12 completely removed the builtin `distutils` module. This commit replaces its use with the `packaging` package, which is an external dependency, but maintained by the Python developers. Signed-off-by: Andrew Gunnerson <accounts+gitlab@chiller3.com>
This commit is contained in:
parent
2fb8fc4879
commit
679ba6f552
5 changed files with 16 additions and 15 deletions
1
setup.py
1
setup.py
|
@ -98,6 +98,7 @@ setup(
|
|||
'paramiko',
|
||||
'Pillow',
|
||||
'apache-libcloud >= 0.14.1',
|
||||
'packaging',
|
||||
'pyasn1 >=0.4.1, < 0.5.0',
|
||||
'pyasn1-modules >= 0.2.1, < 0.3',
|
||||
'python-vagrant',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue