Skip to content

Commit 40c9ff9

Browse files
committed
Remove legacy Python bindings
Signed-off-by: Petr Tesarik <[email protected]>
1 parent 3dffc5f commit 40c9ff9

26 files changed

+1
-10677
lines changed

Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
ACLOCAL_AMFLAGS = -I m4
2323

2424
SUBDIRS = include src tests tools examples
25-
if BUILD_PYTHON_EXT
26-
SUBDIRS += python
27-
endif
2825

2926
dist_noinst_DATA = \
3027
COPYING.GPLv2 \

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
next
22
----
3+
* Remove legacy Python bindings. Use pykdumpfile instead.
34

45
0.5.5
56
-----

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ AC_ARG_ENABLE(debug,
105105
AS_IF([test "x$enable_debug" = xyes],
106106
[AC_DEFINE(ENABLE_DEBUG, 1, Define to enable extra debugging features)])
107107

108-
dnl check for Python
109-
kdump_PYTHON([2.7.0])
110-
111108
dnl check whether to build optional tools
112109
AC_SUBST(KDUMPID_VER_MAJOR, kdumpid_major_version)
113110
AC_SUBST(KDUMPID_VER_MINOR, kdumpid_minor_version)
@@ -121,7 +118,6 @@ AC_CONFIG_FILES([
121118
src/Makefile
122119
src/addrxlat/Makefile
123120
src/kdumpfile/Makefile
124-
python/Makefile
125121
tests/Makefile
126122
tools/Makefile
127123
tools/kdumpid/Makefile

m4/python.m4

Lines changed: 0 additions & 42 deletions
This file was deleted.

python/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

python/Makefile.am

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)