Description of problem: I make a rpm for the python3 fork (https://github.com/oleksis/youtube-dl-gui) the previous 1.7.0 version works well but for the 1.7.1 version, once installed the rpm the application fail to start with yt-dlg Traceback (most recent call last): File "/usr/bin/yt-dlg", line 33, in <module> sys.exit(load_entry_point('yt-dlg==1.7.1', 'console_scripts', 'yt-dlg')()) File "/usr/bin/yt-dlg", line 25, in importlib_load_entry_point return next(matches).load() StopIteration But if you build on system and uncomment the test in the spec file the application start.
Created attachment 12928 [details] spec file used to build the application Except for the changes of upstream (including a desktop file that previously have to create) is the same used for 1.7.0 version This https://ftp.blogdrake.net/RPMS/yt-dlg-1.7.1-1bdk_mga8.src.rpm is my src.rpm
I also reported this upstream, but i hope some one can bring light to this
Keywords: (none) => UPSTREAMSummary: Final rpm for youtube-dl-gui fail for version 1.7-1 => Final rpm for youtube-dl-gui fail for version 1.7.1
Thank you for your work on this. It looks like a new (revived) pkg request, so adjusting it accordingly. We do not seem to have youtube-dl-gui on M8, but did have it on M7. I guess dropped for Python version. Assigning to DavidG because you nurse youtube-dl, and did also youtube-dl-gui.
Component: RPM Packages => New RPM package requestSummary: Final rpm for youtube-dl-gui fail for version 1.7.1 => youtube-dl-gui for Python3. NEW PKG REQUEST. Final rpm for youtube-dl-gui fail for version 1.7.1Assignee: bugsquad => geiger.david68210
Recent commit https://github.com/oleksis/youtube-dl-gui/commit/72702e190ac7b760bc05530938f25dce266d526a works, don't know but may be something in the sources of 1.7.1 version made fail the final package ? :S
Finally i found the possible cause, the old packages don't clean the python site-packages folder and that cause the issue, i fix that on the new release
Resolution: (none) => INVALIDStatus: NEW => RESOLVED