Fixing graphviz issue when calling spec (#3225)
This commit is contained in:
parent
60b7e13e1a
commit
9650afd97e
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class Graphviz(AutotoolsPackage):
|
|||
depends_on('python@2:2.8', when='+python')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
options = []
|
||||
|
||||
# These language bindings have been tested, we know they work.
|
||||
|
|
Loading…
Reference in a new issue