mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
dnsrecon: use a proper virtual dnspython dep
This commit is contained in:
parent
0b2d53d7b6
commit
da16d5c51f
2 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
EAPI="5"
|
||||
|
||||
#python3 support is comining after bug #484954 fix
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
inherit multilib python-r1
|
||||
|
||||
|
|
@ -18,9 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
!dev-python/dnspython:0
|
||||
$(python_gen_useflags 'python2*')? ( dev-python/dnspython:py2 )
|
||||
$(python_gen_useflags 'python3*')? ( dev-python/dnspython:py3 )
|
||||
virtual/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
|
@ -3,3 +3,5 @@
|
|||
|
||||
~virtual/ruby-ssl-7
|
||||
~virtual/rubygems-10
|
||||
|
||||
~virtual/dnspython-1
|
||||
|
|
|
|||
Loading…
Reference in a new issue