Skip to content
Snippets Groups Projects
Commit b8074693 authored by Jakob Kaiser's avatar Jakob Kaiser Committed by Eleni Mathioulaki
Browse files

fix(py-pynn): Dependency on py-setuptools@61:

setuptools meta data is only supported since py-setuptools 61 or later,
see: https://setuptools.pypa.io/en/latest/history.html#v61-0-0
parent 931d9641
No related branches found
No related tags found
1 merge request!507fix(py-pynn): Dependency on py-setuptools@61:
Pipeline #28296 waiting for manual action with stage
in 50 minutes and 10 seconds
......@@ -32,6 +32,7 @@ class PyPynn(PythonPackage):
depends_on('python@3.8:', when="@0.11.0:")
depends_on('py-setuptools', type=('build'))
depends_on('py-setuptools@61:', type=('build'), when="@0.11:")
depends_on('py-jinja2@2.7:', type=('run', 'test'))
depends_on('py-docutils@0.10:', type=('run', 'test'))
......
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