aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:48:15 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:48:15 +0100
commitb119d7b5886177b78b9cb720aee6634196926c08 (patch)
treed4e4e8e7b94f058dd1236b9fd735fc15845274c5
parentsci-libs/lwpr: use docinto instead of insinto for docs (diff)
downloadsci-b119d7b5886177b78b9cb720aee6634196926c08.tar.gz
sci-b119d7b5886177b78b9cb720aee6634196926c08.tar.bz2
sci-b119d7b5886177b78b9cb720aee6634196926c08.zip
sci-libs/rdkit: add ${PYTHON_DEPS}
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-libs/rdkit/rdkit-2020.03.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/rdkit/rdkit-2020.03.6.ebuild b/sci-libs/rdkit/rdkit-2020.03.6.ebuild
index 2c8ef5817..0c715da7d 100644
--- a/sci-libs/rdkit/rdkit-2020.03.6.ebuild
+++ b/sci-libs/rdkit/rdkit-2020.03.6.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
@@ -29,6 +29,7 @@ RDEPEND="dev-libs/boost
python? (
dev-libs/boost[python,${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
)
>=dev-db/sqlite-3"
DEPEND="${RDEPEND}"