vulndb: fix deps

This commit is contained in:
blshkv 2017-06-24 10:04:09 +08:00
parent 2e8ddf36e7
commit 71088efbce
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF

View file

@ -1,8 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 )
@ -10,17 +9,12 @@ inherit distutils-r1
DESCRIPTION="Python SDK to access the vulnerability database"
HOMEPAGE="https://github.com/vulndb/python-sdk/"
SRC_URI="https://pypi.python.org/packages/source/v/vulndb/vulndb-0.0.19.tar.gz"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#FIXME: missing yanc==0.2.4
DEPEND=">=dev-python/nose-1.3.4
>=dev-python/pylint-1.0.0
>=dev-python/setuptools-git-1.1
>=dev-python/termcolor-1.1.0
"
DEPEND=">=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"