polenum: python bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-02-12 16:28:40 -05:00
parent 6c2a48a490
commit e1678098e8
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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