summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-09-13 20:03:39 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-09-13 20:03:39 +0200
commit03f5761951b58157b161cd65fb35b7cd6bd4be92 (patch)
tree5bb87d21d88b408d6a7526baffd9bda1e31c7b19 /sci-chemistry
parentsci-libs/scikit-image: Fix DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-03f5761951b58157b161cd65fb35b7cd6bd4be92.tar.gz
gentoo-03f5761951b58157b161cd65fb35b7cd6bd4be92.tar.bz2
gentoo-03f5761951b58157b161cd65fb35b7cd6bd4be92.zip
sci-chemistry/mdtraj: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/809767 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
index 229f664042a3..f618155f1397 100644
--- a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1