net-p2p/deluge: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 16:18:30 +0000 (12:18 -0400)
committerCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 16:18:49 +0000 (12:18 -0400)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
net-p2p/deluge/deluge-2.0.3.ebuild
net-p2p/deluge/deluge-9999.ebuild

index f347e4c3ee397d6ff326104650d2419edda7ab5e..879207fa8b3736a88b27ecc556f5302b94afa32f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 systemd
 
index f347e4c3ee397d6ff326104650d2419edda7ab5e..879207fa8b3736a88b27ecc556f5302b94afa32f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 systemd