diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-11-07 21:30:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-14 16:55:50 +0700 |
commit | 2481137949e81ed12a6b4359a6b57550ed73b049 (patch) | |
tree | 7feb5bbbf4028239dca658e8177fe195650adea8 /development/MySQL-python/no_distribute_download.patch | |
parent | cbc962b13533837c8976298cf91b1b9a102de41e (diff) |
development/MySQL-python: Patch to build with newer mysqls.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/MySQL-python/no_distribute_download.patch')
-rw-r--r-- | development/MySQL-python/no_distribute_download.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/development/MySQL-python/no_distribute_download.patch b/development/MySQL-python/no_distribute_download.patch deleted file mode 100644 index 2a94802373..0000000000 --- a/development/MySQL-python/no_distribute_download.patch +++ /dev/null @@ -1,12 +0,0 @@ -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: |