Use /usr/bin/python2 in scripts
New packaging guidelines: https://fedoraproject.org/wiki/Packaging:Python#Multiple_Python_Runtimes https://fedorahosted.org/fpc/ticket/327#comment:9
This commit is contained in:
parent
918c2c0cd1
commit
3f77b80d6c
2
setup.py
2
setup.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import os
|
import os
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
#
|
#
|
||||||
# image-minimizer: removes files and packages on the filesystem
|
# image-minimizer: removes files and packages on the filesystem
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
#
|
#
|
||||||
# Live Media Creator
|
# Live Media Creator
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
#
|
#
|
||||||
# lorax
|
# lorax
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
# mkefiboot - a tool to make EFI boot images
|
# mkefiboot - a tool to make EFI boot images
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011-2014 Red Hat, Inc.
|
# Copyright (C) 2011-2014 Red Hat, Inc.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2
|
||||||
# test-parse-template - parse and print (but don't execute!) a Lorax Template.
|
# test-parse-template - parse and print (but don't execute!) a Lorax Template.
|
||||||
# Copyright (C) 2011 Red Hat, Inc.
|
# Copyright (C) 2011 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user