python3.4: remove tests that fail to be byte-compiled.
This commit is contained in:
parent
70b72587a6
commit
726f2225a5
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user