net-analyzer/pypacker: Add py3.7
authorDavid Seifert <soap@gentoo.org>
Thu, 30 May 2019 16:50:49 +0000 (18:50 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 30 May 2019 16:50:49 +0000 (18:50 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: David Seifert <soap@gentoo.org>
net-analyzer/pypacker/pypacker-4.7.ebuild

index 7c4a61cdce425e52c3ee72cbf74c784a94af2c97..eceff640e8e977fb1d3f2686dcd69b7b57a07cfb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Fast and simple packet creation and parsing library for Python"
@@ -19,7 +19,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 DOCS=( AUTHORS CHANGES HACKING README.md )
 
 python_test() {
-       "${PYTHON}" tests/test_pypacker.py || die
+       "${EPYTHON}" tests/test_pypacker.py || die
 }
 
 python_install_all() {