mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
net-analyzer/dirsearch: Fix dependency on python >= 3.7
This commit is contained in:
parent
4804c8a6ed
commit
9890553e15
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue