Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyMysqldb1(Package):
|
||||
"""Legacy mysql bindings for python"""
|
||||
homepage = "https://github.com/farcepest/MySQLdb1"
|
||||
@@ -36,4 +37,3 @@ class PyMysqldb1(Package):
|
||||
|
||||
def install(self, spec, prefix):
|
||||
python('setup.py', 'install', '--prefix=%s' % prefix)
|
||||
|
||||
|
Reference in New Issue
Block a user