diff options
author | Sam James <sam@gentoo.org> | 2023-05-03 07:23:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-03 07:23:21 +0100 |
commit | dd1bf7964984cd244b9ccc5f002fe2cafb0f3ded (patch) | |
tree | 149cb7d163dcac3637a809c957949a46af431073 /dev-lang/python/python-3.12.0_alpha6.ebuild | |
parent | sys-process/audit: add 3.1.1 (diff) | |
download | gentoo-dd1bf7964984cd244b9ccc5f002fe2cafb0f3ded.tar.gz gentoo-dd1bf7964984cd244b9ccc5f002fe2cafb0f3ded.tar.bz2 gentoo-dd1bf7964984cd244b9ccc5f002fe2cafb0f3ded.zip |
dev-lang/python: conditionalise util-linux dep
We don't use ::gentoo python on macOS prefix yet but this is worth doing
anyway given it was wrong before & it makes the diff smaller.
Bug: https://bugs.gentoo.org/905618
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.12.0_alpha6.ebuild')
-rw-r--r-- | dev-lang/python/python-3.12.0_alpha6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.12.0_alpha6.ebuild b/dev-lang/python/python-3.12.0_alpha6.ebuild index abbc74ddf678..5b16d3b96619 100644 --- a/dev-lang/python/python-3.12.0_alpha6.ebuild +++ b/dev-lang/python/python-3.12.0_alpha6.ebuild @@ -47,12 +47,12 @@ RDEPEND=" >=dev-libs/expat-2.1:= dev-libs/libffi:= dev-python/gentoo-common - sys-apps/util-linux:= >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl ensurepip? ( dev-python/ensurepip-wheels ) gdbm? ( sys-libs/gdbm:=[berkdb] ) + kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) readline? ( !libedit? ( >=sys-libs/readline-4.1:= ) |