commit:     5fda8b3496c6c269c616f6df24926979e78622f4
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Apr 17 08:23:28 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 17 08:23:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fda8b34

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

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/aionotify/aionotify-0.2.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild 
b/dev-python/aionotify/aionotify-0.2.0.ebuild
index 165840580..bfcd6b918 100644
--- a/dev-python/aionotify/aionotify-0.2.0.ebuild
+++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
@@ -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

Reply via email to