1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/py3-lib_users/setuptools.patch
2021-12-22 13:49:44 +00:00

11 lines
263 B
Diff

--- a/setup.py.orig 2021-12-18 22:45:02.302702503 +0300
+++ b/setup.py 2021-12-18 22:45:10.642687111 +0300
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
setup(name='lib_users',
version='0.15',