From 40140c90b36e89419b7e2f4d85c17f267adf5fee Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 5 Oct 2023 16:04:48 +0200 Subject: Rename dev-python/{pytables → tables} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild index 8a6aa966e865..a626da0dc6f4 100644 --- a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild +++ b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi @@ -18,10 +18,10 @@ RDEPEND=" dev-python/astor[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pytables[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + dev-python/tables[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( -- cgit v1.2.3-65-gdbad