mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
dnsdumpster: enable python3, https://github.com/PaulSec/API-dnsdumpster.com/issues/18
This commit is contained in:
parent
f81ac96edf
commit
30562f0b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for dnsdumpster.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue