summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild')
-rw-r--r--sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
index b80d49a156d5..b1ef5b96a7f5 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
@@ -30,5 +30,14 @@ BDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
- sci-libs/numkit[${PYTHON_USEDEP}]"
+ sci-libs/numkit[${PYTHON_USEDEP}]
+ test? ( >=dev-python/pandas-0.17[${PYTHON_USEDEP}] )
+"
RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+ # https://github.com/Becksteinlab/GromacsWrapper/issues/182
+ "${FILESDIR}"/${P}-tests-package.patch
+)