Diff Nuitka-1.7.10 with a Nuitka-1.8

/usr/portage/dev-python/Nuitka/Nuitka-1.8.ebuild 2023-10-09 14:52:30.244368369 +0300
30 30
	test? ( dev-util/ccache )
31 31
"
32 32

  
33
DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
34

  
35 33
distutils-r1_src_prepare() {
36 34
	# remove vendored version of SCons that is Python2 only
37 35
	# this should be removed when upstream removes support for Python2
Thank you!