py-snuggs: Added depends_on py-parsing. The build uses setuptools, which would otherwise silently try to install pyparsing itself, presumably into the python home dir (obviously not ideal). (#8748)
This commit is contained in:
parent
ab262ca916
commit
186d3669c6
1 changed files with 1 additions and 0 deletions
|
@ -35,3 +35,4 @@ class PySnuggs(PythonPackage):
|
|||
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('py-click', type=('build', 'run'))
|
||||
depends_on('py-pyparsing', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue