summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 13:33:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 17:55:43 +0100
commit6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce (patch)
treeddc065af162825593aafb1dc902c232be01ca2b6 /dev-python/pytest-aiohttp
parentdev-python/selenium: Enable unit tests, py3.8 (diff)
downloadgentoo-6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce.tar.gz
gentoo-6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce.tar.bz2
gentoo-6ba42ea8e3f3b8e06b2f0d2944dbaf95850c2dce.zip
dev-python/pytest-aiohttp: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-aiohttp')
-rw-r--r--dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
index f6b1a93479ec..f4e7c577fbe8 100644
--- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
+++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild
@@ -3,7 +3,9 @@
EAPI=6
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
+
inherit distutils-r1
DESCRIPTION="pytest plugin for aiohttp support"