packages need to reference self.spec instead of spec (#5075)

This commit is contained in:
Gregory Lee
2017-08-11 15:24:40 -07:00
committed by Adam J. Stewart
parent 056faad3a2
commit 14076c52f1
4 changed files with 6 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ def patch(self):
filter_file('#!/usr/bin/python', '#!/usr/bin/env python', pyfile)
def cmake_args(self):
spec = self.spec
args = [
'-DENABLE_ODB=OFF',
'-DENABLE_PYTHON=OFF',