Skip to content
Snippets Groups Projects
Commit 0206fa2a authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

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

parent d525dfce
No related branches found
No related tags found
2 merge requests!657add vbi v0.1.3.2,!637fix(py-pytest-tornasync): add missing setuptools dependency
Pipeline #59486 failed with stage
in 3 hours, 23 minutes, and 40 seconds
...@@ -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'))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment