aboutsummaryrefslogtreecommitdiffstats
path: root/community/ktoblzcheck/disable-python-tests.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-25 22:47:04 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-25 22:48:44 +0200
commit1a41221eb8b4d618444e12afa19f9e8aac18ecfd (patch)
treef36b6b305d60b4e2bbde6ddaa035cceea46f23a4 /community/ktoblzcheck/disable-python-tests.patch
parent991fd7f28058e22466e40766c10c3be42f45b573 (diff)
downloadaports-1a41221eb8b4d618444e12afa19f9e8aac18ecfd.tar.bz2
aports-1a41221eb8b4d618444e12afa19f9e8aac18ecfd.tar.xz
community/ktoblzcheck: do not disable python3 tests
Seems to have been fixed upstream.
Diffstat (limited to 'community/ktoblzcheck/disable-python-tests.patch')
-rw-r--r--community/ktoblzcheck/disable-python-tests.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/ktoblzcheck/disable-python-tests.patch b/community/ktoblzcheck/disable-python-tests.patch
deleted file mode 100644
index 8b193113a5..0000000000
--- a/community/ktoblzcheck/disable-python-tests.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-The test_ktoblzcheck.py python script does not seem to work with
-python3. Nonetheless, python is required to be installed as it
-is used to convert the bankdata elsewhere during the build process.
-
-diff -upr ktoblzcheck-1.52.orig/src/python/CMakeLists.txt ktoblzcheck-1.52/src/python/CMakeLists.txt
---- ktoblzcheck-1.52.orig/src/python/CMakeLists.txt 2020-02-04 18:27:25.485349055 +0100
-+++ ktoblzcheck-1.52/src/python/CMakeLists.txt 2020-02-04 18:28:11.732029981 +0100
-@@ -1,7 +1,7 @@
-
- install(FILES ktoblzcheck.py DESTINATION ${Python_SITEARCH})
-
--if(Python_Interpreter_FOUND)
-+if(FALSE)
- add_test(
- NAME test-python
- COMMAND ${Python_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/test_ktoblzcheck.py