diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:31:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:34 +0100 |
commit | 939a776774f2cfa7bc4d817c4e0353920280db70 (patch) | |
tree | 8c35b1ded5c88c662e8cec45c15ac39e5d09a350 /sci-chemistry/GromacsWrapper | |
parent | media-libs/libcddb: fix DEPEND typo (diff) | |
download | gentoo-939a776774f2cfa7bc4d817c4e0353920280db70.tar.gz gentoo-939a776774f2cfa7bc4d817c4e0353920280db70.tar.bz2 gentoo-939a776774f2cfa7bc4d817c4e0353920280db70.zip |
sci-chemistry/GromacsWrapper: fix RDEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry/GromacsWrapper')
-rw-r--r-- | sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild (renamed from sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild index d07405c37e08..593677d31290 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild @@ -25,14 +25,16 @@ LICENSE="GPL-3 LGPL-3" SLOT="0" IUSE="" -BDEPEND=" +RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] sci-libs/numkit[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} test? ( >=dev-python/pandas-0.17[${PYTHON_USEDEP}] ) " -RDEPEND="${DEPEND}" distutils_enable_tests pytest |