survey package: add dependencies for @1.0.3: (#29902)
This commit is contained in:
@@ -68,6 +68,9 @@ class Survey(CMakePackage):
|
||||
depends_on("py-psutil", type=('build', 'run'))
|
||||
depends_on("py-sqlalchemy", type=('build', 'run'))
|
||||
depends_on("py-pyyaml", type=('build', 'run'))
|
||||
depends_on("py-seaborn", type=('build', 'run'), when='@1.0.3:')
|
||||
depends_on("py-jinja2", type=('build', 'run'), when='@1.0.3:')
|
||||
depends_on("py-matplotlib", type=('build', 'run'), when='@1.0.3:')
|
||||
|
||||
extends('python')
|
||||
|
||||
|
Reference in New Issue
Block a user