dev-python/aionotify: add python_compat 3_{8,9}

Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-04-17 20:23:28 +12:00
parent 0ba9609557
commit 5fda8b3496

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_7 )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -15,6 +15,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
#
#distutils_enable_tests pytest
DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest