Mailing List Archive

gsutil dependencies
Hi,

after updating as usual (and making python 3.10 default), gsutil doesn't
work any more. First, it claimed missing "aiohttp", and after installing
that manually, it now says

pkg_resources.ContextualVersionConflict: (rsa 4.8 (/usr/lib/python3.10/site-packages), Requirement.parse('rsa==4.7.2'), {'gcs-oauth2-boto-plugin'})

But dev-python/rsa exists only in 4.8-r1, and gcs-oauth2-boto-plugin is
3.0 (old 2.7 would exist).

Obviously something (what?) would expect dev-python/rsa to be 4.7.2, but
downgrading seems not to be possible.

eselect python back to 3.9 doesn't help either, nor does
emerge -1 gsutil gcs-oauth2-boto-plugin

Can I override that version conflict? How? Or what can I do?

Thanks,

-Matt