Skip to content
Snippets Groups Projects
Commit 4dca63f0 authored by iarspider's avatar iarspider Committed by Adam J. Stewart
Browse files

Loosen restriction on setuptools version of...

Loosen restriction on setuptools version of py-backports-shutil-get-terminal-size: the bug seems to be fixed at least in setuptools 41.0.0 (#13927)
parent 008fe379
Branches
Tags
No related merge requests found
......@@ -19,5 +19,5 @@ class PyBackportsShutilGetTerminalSize(PythonPackage):
# newer setuptools version mess with "namespace" packages in an
# incompatible way cf. https://github.com/pypa/setuptools/issues/900
depends_on('py-setuptools@:30.999.999', type='build')
depends_on('py-setuptools@:30.999.999,41:', type='build')
depends_on('python@:3.2')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment