From 03f5761951b58157b161cd65fb35b7cd6bd4be92 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Mon, 13 Sep 2021 20:03:39 +0200 Subject: sci-chemistry/mdtraj: Fix DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/809767 Signed-off-by: Jakov Smolić --- sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sci-chemistry') 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 -- cgit v1.2.3-65-gdbad