summaryrefslogtreecommitdiff
path: root/dev-python/mysql-python/files
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-26 08:34:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-10-26 08:39:03 +0100
commita5b2e24d9d7729d3ff1e6ea481170c14b37d86aa (patch)
treec4f46238917b9b8f7286874a586fd48599492fdd /dev-python/mysql-python/files
parent2f70359131d2c1f4486019ae238f185467234566 (diff)
downloadgentoo-a5b2e24d9d7729d3ff1e6ea481170c14b37d86aa.tar.gz
gentoo-a5b2e24d9d7729d3ff1e6ea481170c14b37d86aa.tar.bz2
gentoo-a5b2e24d9d7729d3ff1e6ea481170c14b37d86aa.zip
dev-python/mysql-python: Remove last-rited pkg
Closes: https://bugs.gentoo.org/710024 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mysql-python/files')
-rw-r--r--dev-python/mysql-python/files/mysql-python-1.2.5-drop-my_config.h-include.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/mysql-python/files/mysql-python-1.2.5-drop-my_config.h-include.patch b/dev-python/mysql-python/files/mysql-python-1.2.5-drop-my_config.h-include.patch
deleted file mode 100644
index 15a22f737a4e..000000000000
--- a/dev-python/mysql-python/files/mysql-python-1.2.5-drop-my_config.h-include.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-We don't use anything from my_config.h.
-
-Bug: https://bugs.gentoo.org/632578
-
---- a/_mysql.c
-+++ b/_mysql.c
-@@ -40,8 +40,6 @@ PERFORMANCE OF THIS SOFTWARE.
- #include "structmember.h"
- #if defined(MS_WINDOWS)
- #include <config-win.h>
--#else
--#include "my_config.h"
- #endif
- #include "mysql.h"
- #include "mysqld_error.h"