Gentoo Archives: gentoo-user

From: Matthias Hanft <mh@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] gsutil dependencies
Date: Sat, 18 Jun 2022 14:59:36
Message-Id: f0875e17-e028-b978-844b-0be5eddc7fdb@hanft.de
1 Hi,
2
3 after updating as usual (and making python 3.10 default), gsutil doesn't
4 work any more. First, it claimed missing "aiohttp", and after installing
5 that manually, it now says
6
7 pkg_resources.ContextualVersionConflict: (rsa 4.8 (/usr/lib/python3.10/site-packages), Requirement.parse('rsa==4.7.2'), {'gcs-oauth2-boto-plugin'})
8
9 But dev-python/rsa exists only in 4.8-r1, and gcs-oauth2-boto-plugin is
10 3.0 (old 2.7 would exist).
11
12 Obviously something (what?) would expect dev-python/rsa to be 4.7.2, but
13 downgrading seems not to be possible.
14
15 eselect python back to 3.9 doesn't help either, nor does
16 emerge -1 gsutil gcs-oauth2-boto-plugin
17
18 Can I override that version conflict? How? Or what can I do?
19
20 Thanks,
21
22 -Matt