Skip to content

Commit

Permalink
chore: Remove explicit Pystan dependency
Browse files Browse the repository at this point in the history
as this has been fixed upstream in apache/superset#13852

Signed-off-by: Étienne Boisseau-Sierra <[email protected]>
  • Loading branch information
EBoisseauSierra committed Sep 2, 2021
1 parent 357e3d5 commit 17a0345
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions manifests/python.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,12 @@
'sqlalchemy',
]

python::pip { 'pystan':
ensure => '2.19.1.1',
virtualenv => "${base_dir}/venv",
pip_provider => 'pip3',
owner => $owner,
require => Python::Pyvenv["${base_dir}/venv"]
}

python::pip { $deps:
ensure => present,
virtualenv => "${base_dir}/venv",
pip_provider => 'pip3',
owner => $owner,
require => Python::Pip['pystan']
require => Python::Pyvenv["${base_dir}/venv"]
}

python::pip { 'apache-superset':
Expand Down

0 comments on commit 17a0345

Please sign in to comment.