From e27c8729efed67457dd1a91bcaced066daec1b0f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 28 Oct 2021 14:30:44 +0300 Subject: [PATCH] security/py-volatility3: limit supported python version AttributeError: module 'collections' has no attribute 'Sequence' Approved by: portmgr blanket --- security/py-volatility3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-volatility3/Makefile b/security/py-volatility3/Makefile index 7ec0de017eb1..40b36a9d5c59 100644 --- a/security/py-volatility3/Makefile +++ b/security/py-volatility3/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= volatilityfoundation GH_TAGNAME= 94426ad -USES= python:3.5+ +USES= python:3.5-3.9 USE_PYTHON= distutils autoplist NO_ARCH= yes