mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
kdevelop-python: remove some scripts that are broken with py3.8
This commit is contained in:
parent
483265d0f7
commit
f53a6cd542
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kdevelop-python'
|
# Template file for 'kdevelop-python'
|
||||||
pkgname=kdevelop-python
|
pkgname=kdevelop-python
|
||||||
version=5.4.4
|
version=5.4.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="kdev-python-${version}"
|
wrksrc="kdev-python-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
pycompile_dirs="usr/share/kdevpythonsupport"
|
pycompile_dirs="usr/share/kdevpythonsupport"
|
||||||
|
@ -20,5 +20,7 @@ nocross="kdevelop-devel is not available"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# don't install this python2 script: generates documentation_files, useless at runtime
|
# 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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue