dev-python/python-daemon: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Apr 2020 20:09:37 +0000 (22:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Apr 2020 20:10:14 +0000 (22:10 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-daemon/python-daemon-2.1.2.ebuild

index 172faf108e26dbcb434ae5e15f95f45423d6dfc6..bc1e39863cb5157af9836bae5d983aee79cf8f0d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -15,8 +15,7 @@ LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
 IUSE="test"
-
-RESTRICT="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/lockfile[${PYTHON_USEDEP}]"