mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/aiohttp-socks: Create 3proxy symlink cond. to USE=test
Closes: https://bugs.gentoo.org/691266 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -29,7 +29,9 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
|
||||
python_configure_all() {
|
||||
rm tests/3proxy/bin/*/* || die
|
||||
ln -s "$(type -P 3proxy)" tests/3proxy/bin/linux/ || die
|
||||
if use test; then
|
||||
ln -s "$(type -P 3proxy)" tests/3proxy/bin/linux/ || die
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user