Merge pull request #652 from s-hamann/fix-dirsearch-python3_7+

net-analyzer/dirsearch: Fix dependency on python >= 3.7
This commit is contained in:
Anton Bolshakov 2020-07-10 20:27:51 +08:00 committed by GitHub
commit 1e3e9d278b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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