commit: b0f9341c820125861a36af22bf621637c36c14fb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 00:29:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f9341c
dev-python/lmfit: fix RDEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/lmfit/{lmfit-1.0.1.ebuild => lmfit-1.0.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/lmfit/lmfit-1.0.1.ebuild
b/dev-python/lmfit/lmfit-1.0.1-r1.ebuild
similarity index 91%
rename from dev-python/lmfit/lmfit-1.0.1.ebuild
rename to dev-python/lmfit/lmfit-1.0.1-r1.ebuild
index a62b5b1c568..e3d9bc9fd9c 100644
--- a/dev-python/lmfit/lmfit-1.0.1.ebuild
+++ b/dev-python/lmfit/lmfit-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,6 @@ BDEPEND="
>=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}]
>=dev-python/scipy-1.2[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}"
+RDEPEND="${BDEPEND}"
distutils_enable_tests pytest