Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4
virtualbox
fixes_for_python.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fixes_for_python.patch of Package virtualbox
To eliminate an rpmlint error, the shebang for this script should be changed to use python directly, rather than through env. When openSUSE switches to Python3, the shebang below should be changed to "#!/usr/bin/python3". Larry Finger Index: VirtualBox-6.1.14/src/VBox/Frontends/VBoxShell/vboxshell.py =================================================================== --- VirtualBox-6.1.14.orig/src/VBox/Frontends/VBoxShell/vboxshell.py +++ VirtualBox-6.1.14/src/VBox/Frontends/VBoxShell/vboxshell.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- # $Id: vboxshell.py $
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor