Remove python3_bbappend

This is not required anymore. The turtledemo were part of the
python3-misc package which is not used anymore.

BugzID: 81512
This commit is contained in:
Alexandre Bard 2022-09-26 17:47:35 +02:00
parent 7b7a373dbf
commit f601e2d57d
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
do_install_append(){
cd ${D}${libdir}/python${PYTHON_MAJMIN}
rm -rf turtle.py turtledemo/
cd -
}