[dev-python/ccxt] small refinements

This commit is contained in:
Fabio Erculiani
2017-12-25 18:29:09 +01:00
parent 638544e6ec
commit d1d577571a
+3 -1
View File
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
@@ -16,6 +16,8 @@ KEYWORDS="~amd64"
IUSE=""
S="${S}/python"
# Tests fail because they require private keys.
RESTRICT="test"
DEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"