mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-python/aiohttp: Remove use of which(1)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -67,6 +67,9 @@ src_prepare() {
|
||||
# xfail_strict fails on py3.10
|
||||
sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die
|
||||
|
||||
# which(1)...
|
||||
sed -i -e 's:which:command -v:' Makefile || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user