dev-python/peeringdb: Fixing deps
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
56c4a1dda3
commit
207a4df219
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="PeeringDB python client"
|
||||
|
@ -16,10 +16,11 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/cfu-0.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/munge-0.1.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/twentyc-rpc-0.3.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/confu-1[${PYTHON_USEDEP}]
|
||||
>=dev-python/munge-1.2.0[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tomlkit[${PYTHON_USEDEP}]
|
||||
>=dev-python/twentyc-rpc-1.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
|
Loading…
Reference in a new issue