From: Michał Górny Date: Thu, 14 May 2020 10:37:37 +0000 (+0200) Subject: sci-mathematics/pymc3: Remove unused dep on (re)commonmark X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b72e882705a31d22f1f480d32842f318fb89385;p=gentoo.git sci-mathematics/pymc3: Remove unused dep on (re)commonmark A quick grep suggests that (re)commonmark is used only for doc building. Signed-off-by: Michał Górny --- diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/sci-mathematics/pymc3/pymc3-3.1-r1.ebuild similarity index 93% rename from sci-mathematics/pymc3/pymc3-3.1.ebuild rename to sci-mathematics/pymc3/pymc3-3.1-r1.ebuild index 3c95b008123c..b631808b810e 100644 --- a/sci-mathematics/pymc3/pymc3-3.1.ebuild +++ b/sci-mathematics/pymc3/pymc3-3.1-r1.ebuild @@ -22,7 +22,6 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - <=dev-python/commonmark-0.5.4[${PYTHON_USEDEP}] >=dev-python/joblib-0.9[${PYTHON_USEDEP}] >=dev-python/numpy-1.11[${PYTHON_USEDEP},lapack] >=dev-python/matplotlib-1.5[${PYTHON_USEDEP}] @@ -30,7 +29,6 @@ RDEPEND=" dev-python/numpydoc[${PYTHON_USEDEP}] >=dev-python/pandas-0.18[${PYTHON_USEDEP}] >=dev-python/patsy-0.4[${PYTHON_USEDEP}] - >=dev-python/recommonmark-0.4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] >=dev-python/theano-0.9[${PYTHON_USEDEP}] >=dev-python/tqdm-4.8.4[${PYTHON_USEDEP}]