git: e27c8729efed - main - security/py-volatility3: limit supported python version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 12:02:34 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=e27c8729efed67457dd1a91bcaced066daec1b0f commit e27c8729efed67457dd1a91bcaced066daec1b0f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 11:30:44 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-10-28 11:46:09 +0000 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