Skip to content
Snippets Groups Projects
Commit 186d3669 authored by Neil Flood's avatar Neil Flood Committed by Adam J. Stewart
Browse files

py-snuggs: Added depends_on py-parsing. The build uses setuptools, which would...

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)
parent ab262ca9
No related branches found
No related tags found
No related merge requests found
...@@ -35,3 +35,4 @@ class PySnuggs(PythonPackage): ...@@ -35,3 +35,4 @@ class PySnuggs(PythonPackage):
depends_on('py-numpy', type=('build', 'run')) depends_on('py-numpy', type=('build', 'run'))
depends_on('py-click', type=('build', 'run')) depends_on('py-click', type=('build', 'run'))
depends_on('py-pyparsing', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment