mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pygtk: patch numpy dependency
The patch introduces alternate dev-python/numpy deps. Either use old numpy-1.16 or the new py2 only numpy-python2 package. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://bugs.gentoo.org/705468 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
committed by
Michał Górny
parent
2b671b6f02
commit
2050db1c23
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -25,7 +25,10 @@ RDEPEND="${PYTHON_DEPS}
|
||||
>=x11-libs/gtk+-2.24:2
|
||||
>=dev-python/pycairo-1.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygobject-2.26.8-r53:2[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
|| (
|
||||
>=dev-python/numpy-python2-1.16.5[${PYTHON_USEDEP}]
|
||||
<dev-python/numpy-1.17.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
>=gnome-base/libglade-2.5:2.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
|
||||
Reference in New Issue
Block a user