summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-27 09:02:35 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-27 09:02:35 +0200
commit0553ae3ebc5c43db5233caf9c7926f65e57fe95a (patch)
tree2c756728dcaeea63f1ff434d3f5fe67ab468c6c6 /dev-python/aesara/aesara-2.2.2.ebuild
parentdev-util/catfish: Remove old (diff)
downloadgentoo-0553ae3ebc5c43db5233caf9c7926f65e57fe95a.tar.gz
gentoo-0553ae3ebc5c43db5233caf9c7926f65e57fe95a.tar.bz2
gentoo-0553ae3ebc5c43db5233caf9c7926f65e57fe95a.zip
dev-python/aesara: Add missing multiprocessing inherit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aesara/aesara-2.2.2.ebuild')
-rw-r--r--dev-python/aesara/aesara-2.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aesara/aesara-2.2.2.ebuild b/dev-python/aesara/aesara-2.2.2.ebuild
index 3148f85f3cf9..86721797fe0f 100644
--- a/dev-python/aesara/aesara-2.2.2.ebuild
+++ b/dev-python/aesara/aesara-2.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 optfeature
+inherit distutils-r1 multiprocessing optfeature
MY_P=aesara-rel-${PV}
DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays"