Skip to content

Commit b85f561

Browse files
committed
Switch to actively maintained fork of jsonrpclib to match
ucphhpc/migrid-sync#596 once merged.
1 parent 5036afd commit b85f561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.rocky9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,9 +759,9 @@ USER root
759759

760760
# Prepare py dependencies not in dnf or just outdated there
761761

762-
# NOTE: use jsonrpclib and pysendfile from pip for py3 here
762+
# NOTE: use maintained jsonrpclib fork and pysendfile from pip for py3 here
763763
# and iso3166 for smart country selection
764-
RUN pip3 install --no-cache-dir 'jsonrpclib<0.2' pysendfile iso3166
764+
RUN pip3 install --no-cache-dir jsonrpclib-pelix pysendfile iso3166
765765

766766
# NOTE: recent paramiko is required for modern host key algo
767767
RUN if [ "${ENABLE_SFTP}" = "True" -o "${ENABLE_SFTP_SUBSYS}" = "True" ]; then \

0 commit comments

Comments
 (0)