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)
This commit is contained in:
parent
008fe37941
commit
4dca63f007
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user