1
0
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:
Bernhard M. Wiedemann 2020-10-14 04:52:10 +02:00
parent 7b5d105523
commit f59dd4f9f8

View File

@ -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