Skip to content
Snippets Groups Projects

fix(py-pytest-tornasync): add missing setuptools dependency

Merged Eleni Mathioulaki requested to merge fix-pytest-tornasync into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,7 @@ class PyPytestTornasync(PythonPackage):
@@ -15,6 +15,7 @@ class PyPytestTornasync(PythonPackage):
version("0.6.0.post2", sha256="d781b6d951a2e7c08843141d3ff583610b4ea86bfa847714c76edefb576bbe5d")
version("0.6.0.post2", sha256="d781b6d951a2e7c08843141d3ff583610b4ea86bfa847714c76edefb576bbe5d")
depends_on('python@3.5:', type=('build', 'run'))
depends_on('python@3.5:', type=('build', 'run'))
 
depends_on('py-setuptools', type=('build'))
depends_on('py-pytest', type=('build', 'run'))
depends_on('py-pytest', type=('build', 'run'))
depends_on('py-tornado@5.0:', type=('build', 'run'))
depends_on('py-tornado@5.0:', type=('build', 'run'))