summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-14 12:37:37 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-14 12:38:41 +0200
commit2b72e882705a31d22f1f480d32842f318fb89385 (patch)
tree803843a169558a2d69b5ca5219e6313503f15c02
parentsci-electronics/kicad: Fix deps. (diff)
downloadgentoo-2b72e882705a31d22f1f480d32842f318fb89385.tar.gz
gentoo-2b72e882705a31d22f1f480d32842f318fb89385.tar.bz2
gentoo-2b72e882705a31d22f1f480d32842f318fb89385.zip
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 <mgorny@gentoo.org>
-rw-r--r--sci-mathematics/pymc3/pymc3-3.1-r1.ebuild (renamed from sci-mathematics/pymc3/pymc3-3.1.ebuild)2
1 files changed, 0 insertions, 2 deletions
diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/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}]