From 6550df55a9afb3c3d2731913070179efddcb0b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 4 Apr 2024 10:54:52 +0200 Subject: [PATCH] Drop distutils --- setup_cares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_cares.py b/setup_cares.py index da0ed71..ffa17fd 100644 --- a/setup_cares.py +++ b/setup_cares.py @@ -2,7 +2,7 @@ import os import sys -from distutils.command.build_ext import build_ext +from setuptools.command.build_ext import build_ext use_system_lib = bool(int(os.environ.get('PYCARES_USE_SYSTEM_LIB', 0)))