python3.4: remove tests that fail to be byte-compiled.

This commit is contained in:
Juan RP 2014-06-18 11:49:37 +02:00
parent 70b72587a6
commit 726f2225a5
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ do_install() {
ln -sf ../../libpython${version%.*}m.so \
${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}m/libpython${version%.*}m.so
# Remove test module and tests that fail to be byte-compiled.
rm -rf ${DESTDIR}/usr/lib/python${version%.*}/test
rm -rf ${DESTDIR}/usr/lib/python${version%.*}/lib2to3/tests
}
python3.4-devel_package() {