From: Michał Górny Date: Fri, 27 Sep 2019 17:30:47 +0000 (+0200) Subject: sci-chemistry/pymol: Dep on dev-python/pmw directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e879367f72e6f019c005cb19ea0d337841834654;p=gentoo.git sci-chemistry/pymol: Dep on dev-python/pmw directly Signed-off-by: Michał Górny --- 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 c2bedf7ca9db..0bcafb2e3223 100644 --- a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild @@ -23,6 +23,7 @@ IUSE="web" DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] media-libs/freeglut media-libs/freetype:2 @@ -30,7 +31,6 @@ DEPEND=" media-libs/libpng:0= media-video/mpeg-tools sys-libs/zlib - virtual/python-pmw[${PYTHON_USEDEP}] !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}] web? ( !dev-python/webpy[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}" diff --git a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild index 89aef82c8e96..b84c27698061 100644 --- a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild @@ -23,6 +23,7 @@ DEPEND=" dev-libs/msgpack[cxx] dev-libs/mmtf-cpp dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pmw:py2[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/PyQt5[opengl,${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] @@ -32,7 +33,6 @@ DEPEND=" media-libs/libpng:0= media-video/mpeg-tools sys-libs/zlib - virtual/python-pmw[${PYTHON_USEDEP}] !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}] web? ( !dev-python/webpy[${PYTHON_USEDEP}] )" RDEPEND="${DEPEND}"