Fixing issue wheh overwriting build_args in PythonPackage (#3200)
This commit is contained in:
parent
3195264546
commit
d49cb2734f
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class PythonPackageTemplate(PackageTemplate):
|
||||||
# depends_on('py-foo', type=('build', 'run'))"""
|
# depends_on('py-foo', type=('build', 'run'))"""
|
||||||
|
|
||||||
body = """\
|
body = """\
|
||||||
def build_args(self):
|
def build_args(self, spec, prefix):
|
||||||
# FIXME: Add arguments other than --prefix
|
# FIXME: Add arguments other than --prefix
|
||||||
# FIXME: If not needed delete the function
|
# FIXME: If not needed delete the function
|
||||||
args = []
|
args = []
|
||||||
|
|
Loading…
Reference in a new issue