Created attachment 657 [details] Prevent .py files from being deleted aggressively on the target. Currently if buildroot is configured to install .py files on the target none are installed because unless BR2_PACKAGE_PYTHON_DEV has been set all .py files are deleted. This looks like a bug. This patch lets the appropriate config options take car eof whether or not we get .py or .pyc files on the target and leaves BR2_PACKAGE_PYTHON_DEV out of it.
pulled, thanks