From 0ec908cd139c3a1fd3bd6b60aceeb83b62878291 Mon Sep 17 00:00:00 2001 From: iarspider Date: Tue, 18 Feb 2020 18:38:00 +0100 Subject: Fix allowed python versions of py-tables (#14073) * Fix allowed python versions of py-tables * Update package.py * Update package.py * I think I've finally got it * Update package.py * Update package.py * Update package.py --- var/spack/repos/builtin/packages/py-tables/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/py-tables/package.py b/var/spack/repos/builtin/packages/py-tables/package.py index 8de84b4322..8af4809b49 100644 --- a/var/spack/repos/builtin/packages/py-tables/package.py +++ b/var/spack/repos/builtin/packages/py-tables/package.py @@ -29,8 +29,10 @@ class PyTables(PythonPackage): variant('lzo', default=False, description='Support for lzo compression') # requirements.txt - depends_on('python@3.5:', when='@3.4:', type=('build', 'run')) + depends_on('python@3.5:', when='@3.6.1:', type=('build', 'run')) + depends_on('python@3.4:', when='@3.6.0:', type=('build', 'run')) depends_on('python@2.6:', type=('build', 'run')) + depends_on('py-setuptools', type='build') depends_on('py-cython@0.21:', type='build') depends_on('py-numpy@1.9.3:', type=('build', 'run')) -- cgit v1.2.3-70-g09d2