ksc uses the deprecated %py3_build and/or %py3_install macro.
%py3_install expands to python setup.py install. This has been a deprecated
command for 5 years and will likely stop working in Fedora 45.
Please migrate to %pyproject_buildrequires + %pyproject_wheel +
%pyproject_install macros instead.