Gentoo Archives: gentoo-user

From: Caveman Al Toraboran <toraboracaveman@××××××××××.com>
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] docutils needing py2.7, but not wanting py2.7?
Date: Thu, 04 Jun 2020 21:24:56
Message-Id: 9Usm88eqy3D9JHfxc7jLZUr6gPAgf24jqbaUj6WlOAZapyYJnGgcYqsTIQr0i4oGOwgFda1zUPs_vWQLax658WrRt627ytwvXqV5npEBwSw=@protonmail.com
1 if i exec: "emerge -avDuNt --quiet-build=y @world":
2
3 > These are the packages that would be merged, in reverse order:
4 >
5 > Calculating dependencies... done!
6 >
7 > The following USE changes are necessary to proceed:
8 > (see "package.use" in the portage(5) man page for more details)
9 > #
10 > >=dev-python/docutils-0.16 -python_targets_python2_7
11 >
12 > Would you like to add these changes to your config files? [Yes/No]
13
14 so >=dev-python/docutils-0.16 doesn't want
15 python_targets_python2_7. let's remove it then by
16 adding:
17
18 >=dev-python/docutils-0.16 -python_targets_python2_7
19
20 into: /etc/portage/package.use/stuff
21
22 but then i get this:
23
24 > The following USE changes are necessary to proceed:
25 > (see "package.use" in the portage(5) man page for more details)
26 > # required by dev-python/m2r-0.2.1::gentoo[-test]
27 > # required by dev-python/automat-20.2.0::gentoo
28 > # required by dev-python/twisted-20.3.0::gentoo
29 > # required by www-servers/tornado-6.0.4::gentoo
30 > # required by dev-python/ipykernel-5.1.4::gentoo[-test]
31 > # required by dev-python/ipyparallel-6.2.3::gentoo
32 > # required by dev-python/ipython-7.5.0::gentoo[smp]
33 > # required by @selected
34 > # required by @world (argument)
35 > >=dev-python/docutils-0.16 python_targets_python2_7
36 >
37 > Would you like to add these changes to your config files? [Yes/No]
38
39 which i guess means that docutils wants py2.7.
40
41
42 any idea how to handle this situation?

Replies

Subject Author
Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7? Ashley Dixon <ash@××××××××××.uk>
Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7? Dale <rdalek1967@×××××.com>
Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7? Neil Bothwick <neil@××××××××××.uk>