Add missing link dep for py-uwsgi (#25654)

This commit is contained in:
Harmen Stoppels 2021-08-27 20:44:21 +02:00 committed by GitHub
parent 50411f8394
commit 9d17d474ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,4 @@ class PyUwsgi(PythonPackage):
version('2.0.18', sha256='4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583')
depends_on('py-setuptools', type='build')
depends_on('python', type=('build', 'link', 'run'))