mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
vulndb: fix deps
This commit is contained in:
parent
2e8ddf36e7
commit
71088efbce
1 changed files with 4 additions and 10 deletions
|
|
@ -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}"
|
||||
Loading…
Reference in a new issue