diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-10-28 21:41:01 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-10-28 21:43:49 -0700 |
commit | 037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd (patch) | |
tree | 69e7b7c2a5bef420e1f8d71d6673e328bbd081bc /dev-lang | |
parent | dev-libs/starpu: add note about tests (possibly could change to smaller suite) (diff) | |
download | gentoo-037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd.tar.gz gentoo-037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd.tar.bz2 gentoo-037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd.zip |
dev-lang/python: add virtual/awk BDEPEND to 3.10*
./config.status: line 1508: awk: command not found
config.status: error: could not create Makefile.pre
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/python-3.10.0_p1/work/Python-3.10.0/config.log
* ERROR: dev-lang/python-3.10.0_p1::gentoo failed (configure phase)
not sure if it's needed in other versions.
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.10.0_p1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.10.0_p1.ebuild b/dev-lang/python/python-3.10.0_p1.ebuild index 33025d94f31f..150a33f5b6b6 100644 --- a/dev-lang/python/python-3.10.0_p1.ebuild +++ b/dev-lang/python/python-3.10.0_p1.ebuild @@ -59,6 +59,7 @@ DEPEND="${RDEPEND} # autoconf-archive needed to eautoreconf BDEPEND=" sys-devel/autoconf-archive + virtual/awk virtual/pkgconfig verify-sig? ( app-crypt/openpgp-keys-python ) !sys-devel/gcc[libffi(-)]" |