summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.5.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-14 19:04:02 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-14 19:07:47 +0200
commit6fff56784cb8171cbb75bf7b2a33ef529630ad48 (patch)
tree0314b946b9478853e197dd44d763cf182577ff73 /dev-lang/python/python-3.13.5.ebuild
parentbcd943ff0a2548407b4cf465f9339b075ff2e522 (diff)
downloadgentoo-6fff56784cb8171cbb75bf7b2a33ef529630ad48.tar.gz
gentoo-6fff56784cb8171cbb75bf7b2a33ef529630ad48.tar.bz2
gentoo-6fff56784cb8171cbb75bf7b2a33ef529630ad48.zip
dev-lang/python: Make mime-types dependency unconditional
Remove USE=build and install mime-types unconditionaally. It is unclear why it was made conditional in the first place, and mime-types is a trivial data package with no dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.5.ebuild')
-rw-r--r--dev-lang/python/python-3.13.5.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.13.5.ebuild b/dev-lang/python/python-3.13.5.ebuild
index b8563854c773..726461c034b5 100644
--- a/dev-lang/python/python-3.13.5.ebuild
+++ b/dev-lang/python/python-3.13.5.ebuild
@@ -34,8 +34,8 @@ LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="
- bluetooth build debug +ensurepip examples gdbm jit
- libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind
+ bluetooth debug +ensurepip examples gdbm jit libedit +ncurses pgo
+ +readline +sqlite +ssl test tk valgrind
"
REQUIRED_USE="jit? ( ${LLVM_REQUIRED_USE} )"
RESTRICT="!test? ( test )"
@@ -49,6 +49,7 @@ RDEPEND="
app-arch/bzip2:=
app-arch/xz-utils:=
app-crypt/libb2
+ app-misc/mime-types
>=dev-libs/expat-2.1:=
dev-libs/libffi:=
dev-libs/mpdecimal:=
@@ -94,9 +95,6 @@ BDEPEND="
)
verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 )
"
-RDEPEND+="
- !build? ( app-misc/mime-types )
-"
if [[ ${PV} != *_alpha* ]]; then
RDEPEND+="
dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]