Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2021 12:02:34 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e27c8729efed - main - security/py-volatility3: limit supported python version
Message-ID:  <202110281202.19SC2Y0a036811@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110281202.19SC2Y0a036811>