py-blessings: fix setuptools version (#28141)
This commit is contained in:
parent
50a3e3bfd3
commit
e2bda65947
1 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@ class PyBlessings(PythonPackage):
|
|||
|
||||
version('1.6', sha256='edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
# Needs 2to3
|
||||
depends_on('py-setuptools@:57', type='build')
|
||||
|
|
Loading…
Reference in a new issue