added missing dep, py-wheel, to py-pynacl (#21292)

This commit is contained in:
bryanherman 2021-01-26 12:16:26 -05:00 committed by GitHub
parent 31cf77aec6
commit fbf13e19ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,4 @@ class PyPynacl(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-six', type=('build', 'run'))
depends_on('py-cffi@1.4.1:', type=('build', 'run'))
depends_on('py-wheel', type='build')