mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
Remove distutils
The package distutils was depcrecated in Python 3.10 and remove in Python 3.12 Update poetry.lock
This commit is contained in:
parent
d20a24a152
commit
1fb1a470df
5 changed files with 418 additions and 1826 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
from distutils.command.build import build
|
||||
from setuptools.command.build import build
|
||||
import sys
|
||||
import os
|
||||
import inspect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue