diff options
author | David Seifert <soap@gentoo.org> | 2019-05-30 18:50:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-05-30 18:50:49 +0200 |
commit | 46eeeda0fad7e9153cf922cc2707c62159be9b41 (patch) | |
tree | f39bc23f624b0a87db01f278b66c2d86b0a05e9c /net-analyzer | |
parent | net-vpn/libreswan: update unbound dependency (diff) | |
download | gentoo-46eeeda0fad7e9153cf922cc2707c62159be9b41.tar.gz gentoo-46eeeda0fad7e9153cf922cc2707c62159be9b41.tar.bz2 gentoo-46eeeda0fad7e9153cf922cc2707c62159be9b41.zip |
net-analyzer/pypacker: Add py3.7
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pypacker/pypacker-4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pypacker/pypacker-4.7.ebuild b/net-analyzer/pypacker/pypacker-4.7.ebuild index 7c4a61cdce42..eceff640e8e9 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() { |