catfish rebuild py3
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def build():
|
||||
shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
|
||||
Reference in New Issue
Block a user