[dev-python/ccxt] small refinements
This commit is contained in:
@@ -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}]"
|
||||
|
||||
Reference in New Issue
Block a user