mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
$NetBSD: patch-aa,v 1.2 2010/09/13 10:36:50 wiz Exp $
|
|
|
|
avoid extra download of distribute-0.6.10.tar.gz.
|
|
|
|
--- setup.py.orig 2010-08-17 05:24:55.000000000 +0000
|
|
+++ setup.py
|
|
@@ -6,8 +6,8 @@
|
|
#
|
|
|
|
|
|
-import distribute_setup
|
|
-distribute_setup.use_setuptools()
|
|
+#import distribute_setup
|
|
+#distribute_setup.use_setuptools()
|
|
from setuptools import setup, find_packages, Extension
|
|
from distutils.archive_util import make_archive
|
|
|