summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-01 17:40:42 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-01 17:45:06 +0100
commitbfc019d0bd61d8fb5283b27c76d35bcdd54738b8 (patch)
treed5985cdbae22495dfa9826f6c3cc0ba8cea8eca6
parentdev-lang/python: Remove old (diff)
downloadgentoo-bfc019d0.tar.gz
gentoo-bfc019d0.tar.bz2
gentoo-bfc019d0.zip
dev-lang/python: Add a dep on autoconf-archive in 3.10
Closes: https://bugs.gentoo.org/760579 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-lang/python/python-3.10.0_alpha3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.10.0_alpha3.ebuild b/dev-lang/python/python-3.10.0_alpha3.ebuild
index ea470a43ed9f..c26b80ae4526 100644
--- a/dev-lang/python/python-3.10.0_alpha3.ebuild
+++ b/dev-lang/python/python-3.10.0_alpha3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -53,7 +53,10 @@ RDEPEND="app-arch/bzip2:=
# bluetooth requires headers from bluez
DEPEND="${RDEPEND}
bluetooth? ( net-wireless/bluez )
- test? ( app-arch/xz-utils[extra-filters(+)] )
+ test? ( app-arch/xz-utils[extra-filters(+)] )"
+# autoconf-archive needed to eautoreconf
+BDEPEND="
+ sys-devel/autoconf-archive
virtual/pkgconfig
!sys-devel/gcc[libffi(-)]"
RDEPEND+=" !build? ( app-misc/mime-types )"