[podio] set pythonpath correctly (#19779)
* [podio] put python dir in python path * Update var/spack/repos/builtin/packages/podio/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
a6011ccbb7
commit
2c55d47c1e
1 changed files with 3 additions and 0 deletions
|
@ -55,3 +55,6 @@ def url_for_version(self, version):
|
|||
else:
|
||||
url = "https://github.com/AIDASoft/podio/archive/v%s-%s-%s.tar.gz" % (major, minor, patch)
|
||||
return url
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.prepend_path('PYTHONPATH', self.prefix.python)
|
||||
|
|
Loading…
Reference in a new issue