From f53a6cd542f0c08922f9e64969cffae3f283a7ba Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Jan 2020 14:48:42 +0100 Subject: [PATCH] kdevelop-python: remove some scripts that are broken with py3.8 --- srcpkgs/kdevelop-python/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template index 744b85792f9..26afbff0024 100644 --- a/srcpkgs/kdevelop-python/template +++ b/srcpkgs/kdevelop-python/template @@ -1,7 +1,7 @@ # Template file for 'kdevelop-python' pkgname=kdevelop-python version=5.4.4 -revision=2 +revision=3 wrksrc="kdev-python-${version}" build_style=cmake pycompile_dirs="usr/share/kdevpythonsupport" @@ -20,5 +20,7 @@ nocross="kdevelop-devel is not available" post_install() { # don't install this python2 script: generates documentation_files, useless at runtime - rm -f ${DESTDIR}/usr/share/kdevpythonsupport/documentation_files/PyKDE4/parse_xml.py + rm -f ${DESTDIR}/usr/share/kdevpythonsupport/documentation_files/PyKDE4/parse_xml.py \ + ${DESTDIR}/usr/share/kdevpythonsupport/documentation_files/PyKDE4/kdecore.py \ + ${DESTDIR}/usr/share/kdevpythonsupport/documentation_files/PyKDE4/khtml.py }