Created attachment 1185807 [details] Patch that moves the script Hello, Thank you for your effort of porting pyftpdlib to Python 3 in Fedora! It's much appreciated. However, there's one more issue: the /usr/bin/ftpbench script runs under Python 3 (as it should, according to guidelines), but it's packaged under the python2 subpackage. Here's a patch to solve the issue. It's OK to do this in Rawhide only, however, it would be greatly appreciated if you could push it to Fedora 25 as well. There is a section on shebangs in the Python RPM Porting Guide [0] which covers this issue. If anything is unclear, or if you need any kind of assistance, you can ask on IRC (#fedora-python on Freenode), or reply here. We'll be happy to help investigating or fixing this issue! [0] http://python-rpm-porting.readthedocs.io/en/latest/application-modules.html#are-shebangs-dragging-you-down-to-python-2
A Koji scratch build is here: http://koji.fedoraproject.org/koji/taskinfo?taskID=15073823
I missed that one, fixed in rawhide/f25, thanks for the patch.