dev-python/keepassx: Allow pycryptodome, #611598

This commit is contained in:
Michał Górny
2017-03-27 17:39:25 +02:00
parent 83d3fb92ea
commit 050b436556

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,10 @@ IUSE="test"
S=${WORKDIR}/python-${P}
RDEPEND="
dev-python/pycrypto[${PYTHON_USEDEP}]
|| (
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
)
dev-python/prettytable[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]