Skip to content

Commit ce30ef3

Browse files
authored
Merge pull request #77 from chrisburr/change-suds
Replace suds-jurko with suds
2 parents 373b9cd + e2784f4 commit ce30ef3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

construct.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ specs:
9494
- singularity >=3.7 # [not osx]
9595
- six
9696
- subprocess32
97-
- suds-jurko >=0.6 # [not (osx and arm64)]
97+
- suds >=1.0
98+
# HACK: Workaround for suds-jerko, see DIRACGrid/DIRAC#6322
99+
- suds-jurko-compat
98100
- tornado *+dirac* # [not osx]
99101
- xmltodict
100102
- importlib_resources

0 commit comments

Comments
 (0)