1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Stefano Rivera <stefanor@debian.org>
Date: Wed, 15 Apr 2020 21:02:21 -0700
Subject: Build with setuptools
Required by dirtbike.
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 698c08d..264fae8 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from distutils.core import setup
+from setuptools import setup
import ipaddr
|