1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01: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
commit 09810dd2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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