commit: e879367f72e6f019c005cb19ea0d337841834654
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 17:30:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 17:33:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e879367f
sci-chemistry/pymol: Dep on dev-python/pmw directly
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild | 2 +-
sci-chemistry/pymol/pymol-2.3.0-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 c2bedf7ca9d..0bcafb2e322 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 89aef82c8e9..b84c2769806 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}"