net-analyzer/dirsearch: Fix dependency on python >= 3.7

This commit is contained in:
Sebastian Hamann 2020-07-09 13:24:38 +02:00
parent 4804c8a6ed
commit 9890553e15
No known key found for this signature in database
GPG key ID: 9CE0E440429D8B96
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="threads"
PYTHON_REQ_USE="threads(+)"
inherit eutils python-single-r1

View file

@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8} )
PYTHON_REQ_USE="threads"
PYTHON_REQ_USE="threads(+)"
inherit eutils python-single-r1