1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

Merge pull request #843 from zilti/master

Make python shebang explicit for python3 to allow building for Mageia Cauldron
This commit is contained in:
Daniel Mach
2022-03-15 10:25:33 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from distutils.core import setup
import distutils.core