commit:     46eeeda0fad7e9153cf922cc2707c62159be9b41
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 16:50:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 30 16:50:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46eeeda0

net-analyzer/pypacker: Add py3.7

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-analyzer/pypacker/pypacker-4.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/pypacker/pypacker-4.7.ebuild 
b/net-analyzer/pypacker/pypacker-4.7.ebuild
index 7c4a61cdce4..eceff640e8e 100644
--- a/net-analyzer/pypacker/pypacker-4.7.ebuild
+++ b/net-analyzer/pypacker/pypacker-4.7.ebuild
@@ -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() {

Reply via email to