dev-python/bcolz: Restrict numpy-1.10

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562928

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-12 16:54:50 +02:00
parent 3d9710018d
commit a2c4640e6c

View File

@@ -18,9 +18,12 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc test"
# numexpr is optional but set hard rdepend
RDEPEND=">=dev-python/numpy-1.7[${PYTHON_USEDEP}]
RDEPEND="
>=dev-python/numpy-1.7[${PYTHON_USEDEP}]
<dev-python/numpy-1.10[${PYTHON_USEDEP}]
>=dev-python/numexpr-1.4.1[${PYTHON_USEDEP}]"
DEPEND=">=dev-python/cython-0.22[${PYTHON_USEDEP}]
DEPEND="
>=dev-python/cython-0.22[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/mock[${PYTHON_USEDEP}] )"