diff --git a/packages/py-pytest-tornasync/package.py b/packages/py-pytest-tornasync/package.py index 784f7db7ac41fa84f6faf014b46cf4ca3923d197..3beaa73ce02b64623ec148023cf1b7d750a76dc7 100644 --- a/packages/py-pytest-tornasync/package.py +++ b/packages/py-pytest-tornasync/package.py @@ -15,6 +15,7 @@ class PyPytestTornasync(PythonPackage): version("0.6.0.post2", sha256="d781b6d951a2e7c08843141d3ff583610b4ea86bfa847714c76edefb576bbe5d") depends_on('python@3.5:', type=('build', 'run')) + depends_on('py-setuptools', type=('build')) depends_on('py-pytest', type=('build', 'run')) depends_on('py-tornado@5.0:', type=('build', 'run'))