Skip to content

Commit f8275df

Browse files
committed
fix: pin setuptools to <82.0
1 parent df54e2b commit f8275df

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

construct.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ specs:
5151
# They can't actually be removed yet as DIRAC stil has it in the dependencies
5252
- elasticsearch <7.14
5353
- elasticsearch-dsl
54-
- numpy <2 # elasticsearch<7.14 needs numpy 1.x, remove this constraint when elasticsearch is removed
54+
- numpy <2 # elasticsearch<7.14 needs numpy 1.x, remove this constraint when elasticsearch is removed
5555
# Earlier versions of mysqlclient were build with older MySQL versions
5656
- mysqlclient >=2.0.3,<2.1
5757
- sqlalchemy >=1.4.36
@@ -65,7 +65,7 @@ specs:
6565
# https://github.com/cern-fts/davix/issues/137
6666
- davix < 0.8.8
6767
- fts3 >=3.12
68-
- nordugrid-arc >=6.21 # [not osx]
68+
- nordugrid-arc >=6.21 # [not osx]
6969
- python-gfal2 >=1.13.0
7070
- htcondor-utils >=24.2 # [linux]
7171
- python-htcondor >=24.2 # [linux]
@@ -93,8 +93,9 @@ specs:
9393
- python-json-logger >=0.1.8
9494
- pytz >=2015.7
9595
- requests >=2.9.1
96-
- rrdtool # [not (osx and arm64)]
97-
- apptainer >=1.3.6 # [not osx]
96+
- rrdtool # [not (osx and arm64)]
97+
- apptainer >=1.3.6 # [not osx]
98+
- setuptools <82.0
9899
- six
99100
- subprocess32
100101
- suds >=1.0
@@ -110,7 +111,7 @@ specs:
110111
- hypothesis
111112
- ipython
112113
- mock
113-
- prmon # [linux]
114+
- prmon # [linux]
114115
- pytest
115116
- recommonmark
116117
- authlib >=1.0.0

0 commit comments

Comments
 (0)