Fixing issue wheh overwriting build_args in PythonPackage (#3200)

This commit is contained in:
Javier 2017-02-21 15:04:32 +01:00 committed by Adam J. Stewart
parent 3195264546
commit d49cb2734f

View file

@ -231,7 +231,7 @@ class PythonPackageTemplate(PackageTemplate):
# depends_on('py-foo', type=('build', 'run'))"""
body = """\
def build_args(self):
def build_args(self, spec, prefix):
# FIXME: Add arguments other than --prefix
# FIXME: If not needed delete the function
args = []