NLnetLabs / ploutos

Reusable packaging workflow for Rust projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weekly test failed in Rocky Linux packaging

ximon18 opened this issue · comments

AttributeError: module 'tarfile' has no attribute 'LinkOutsideDestinationError'

See: https://github.com/NLnetLabs/ploutos-testing/actions/runs/6992243223

Which references this: pypa/distlib#201

Perhaps locking python-pip to version 21.2.3-6.el9 is a temporary workaround.

Ah, it turns out that doing yum update before pip3 install python-magic rpmlint fixes the issue.