mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
8 lines
213 B
Python
8 lines
213 B
Python
--- ./setup.py.orig 2012-07-03 15:02:11.000000000 +0200
|
|
+++ ./setup.py 2012-07-03 15:03:10.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-from setuptools import setup
|
|
+from distutils.core import setup
|
|
import sys
|
|
|
|
extra = {}
|