survey package: add dependencies for @1.0.3: (#29902)
This commit is contained in:
parent
8ab6af9ed9
commit
012889bc40
1 changed files with 3 additions and 0 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue