mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
13 lines
427 B
Diff
13 lines
427 B
Diff
|
diff -Naur MySQL-python-1.2.4.orig/setup.py MySQL-python-1.2.4/setup.py
|
||
|
--- MySQL-python-1.2.4.orig/setup.py 2012-10-08 13:46:54.000000000 +0200
|
||
|
+++ MySQL-python-1.2.4/setup.py 2013-12-06 20:34:36.214964072 +0100
|
||
|
@@ -3,8 +3,6 @@
|
||
|
import os
|
||
|
import sys
|
||
|
|
||
|
-from distribute_setup import use_setuptools
|
||
|
-use_setuptools()
|
||
|
from setuptools import setup, Extension
|
||
|
|
||
|
if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000:
|