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:
Neil Flood 2018-07-19 12:42:57 +10:00 committed by Adam J. Stewart
parent ab262ca916
commit 186d3669c6

View file

@ -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'))