Skip to content

Commit

Permalink
security/py-volatility3: limit supported python version
Browse files Browse the repository at this point in the history
AttributeError: module 'collections' has no attribute 'Sequence'

Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Oct 28, 2021
1 parent 1654631 commit e27c872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/py-volatility3/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit e27c872

Please sign in to comment.