From abf2fe8dfdd767f801a9b922aedd50585fd98420 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 11 May 2021 12:41:05 +0700 Subject: development/MySQL-python: Updated for version 1.2.5. Signed-off-by: Willy Sudiarto Raharjo --- .../MySQL-python/patches/no_distribute_download.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 development/MySQL-python/patches/no_distribute_download.patch (limited to 'development/MySQL-python/patches/no_distribute_download.patch') diff --git a/development/MySQL-python/patches/no_distribute_download.patch b/development/MySQL-python/patches/no_distribute_download.patch deleted file mode 100644 index 2a94802373..0000000000 --- a/development/MySQL-python/patches/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: -- cgit v1.2.3