dnsrecon: use a proper virtual dnspython dep

This commit is contained in:
blshkv 2015-11-02 10:37:11 +08:00
parent 0b2d53d7b6
commit da16d5c51f
2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -3,3 +3,5 @@
~virtual/ruby-ssl-7
~virtual/rubygems-10
~virtual/dnspython-1