mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +01:00
Use python3 in osc-wrapper
because python2 is obsolete and we dont want to install python2-m2crypto and other deps just for development
This commit is contained in:
parent
7b5d105523
commit
f59dd4f9f8
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# this wrapper exists so it can be put into /usr/bin, but still allows the
|
||||
# python module to be called within the source directory during development
|
||||
|
Loading…
Reference in New Issue
Block a user