diff options
author | 2021-09-13 20:03:39 +0200 | |
---|---|---|
committer | 2021-09-13 20:03:39 +0200 | |
commit | 03f5761951b58157b161cd65fb35b7cd6bd4be92 (patch) | |
tree | 5bb87d21d88b408d6a7526baffd9bda1e31c7b19 /sci-chemistry/mdtraj | |
parent | sci-libs/scikit-image: Fix DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-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/mdtraj')
-rw-r--r-- | sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild | 3 |
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 |