From 46257f6a1af17904927592a6d3c52cc86c84a026 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 3 Apr 2020 22:33:47 -0400 Subject: [PATCH] crackmapexec: add python 3.7 --- net-analyzer/crackmapexec/crackmapexec-3.1.5_p20200215.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20200215.ebuild b/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20200215.ebuild index a0bff72bb..caea1ec87 100644 --- a/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20200215.ebuild +++ b/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20200215.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 git-r3