Update package.py (#22826)

This commit is contained in:
Evili del Rio 2021-04-07 17:44:02 +02:00 committed by GitHub
parent ad3eb98c4b
commit cfbb4abb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ class PyRay(PythonPackage):
build_directory = 'python' build_directory = 'python'
depends_on('python@3.6:', type=('build', 'run')) depends_on('python@3.6:', type=('build', 'run'))
depends_on('bazel@3.2.0:', type='build') depends_on('bazel@3.2.0', type='build')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-cython@0.29.14:', type='build') depends_on('py-cython@0.29.14:', type='build')
depends_on('py-wheel', type='build') depends_on('py-wheel', type='build')