diff --git a/dev-python/ccxt/ccxt-1.10.475.ebuild b/dev-python/ccxt/ccxt-1.10.475.ebuild index 95ecd5155..037e11ba1 100644 --- a/dev-python/ccxt/ccxt-1.10.475.ebuild +++ b/dev-python/ccxt/ccxt-1.10.475.ebuild @@ -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}]"