mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
polenum: python bump
This commit is contained in:
parent
6c2a48a490
commit
e1678098e8
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
|
|
@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
|
|||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep 'dev-python/impacket[${PYTHON_MULTI_USEDEP}]')"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
|
|
|||
Loading…
Reference in a new issue