File: setuptools

package info (click to toggle)
python-ipaddr 2.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: python: 1,895; makefile: 8; sh: 8
file content (22 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
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