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.11.3.ebuild | |
| parent | 2d3d3bb2532f68c0e5a66e117da383e3980b11ab (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.11.3.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild index f575d640f0dd..9de1805f7418 100644 --- a/dev-lang/python/python-3.11.3.ebuild +++ b/dev-lang/python/python-3.11.3.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:= ) |
