From d1a502c6076dba392a82e7a3a476f65f4ac8cf55 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 16 Jan 2020 07:27:31 +0100 Subject: sci-chemistry/pymol: Permit numpy-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild | 5 ++++- sci-chemistry/pymol/pymol-2.3.0-r1.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild index 0bcafb2e3223..d6864f00a97a 100644 --- a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild @@ -22,7 +22,10 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="web" DEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] media-libs/freeglut diff --git a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild index b84c27698061..7591fe38393d 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild @@ -22,7 +22,10 @@ IUSE="web" DEPEND=" dev-libs/msgpack[cxx] dev-libs/mmtf-cpp - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/PyQt5[opengl,${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad