py-pyopencl: fix dependency to py-six (#28916) (#28917)

This commit is contained in:
Pierre Neyron 2022-02-15 03:59:25 +01:00 committed by GitHub
parent 76489eb213
commit d54a5d9dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ class PyPyopencl(PythonPackage):
depends_on('py-pybind11@2.5.0:', type='build')
depends_on('py-pytools@2017.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-six', type=('build', 'run'))
@run_before('install')
def prepare(self):