diff options
author | 2021-09-13 19:55:40 +0200 | |
---|---|---|
committer | 2021-09-13 19:55:40 +0200 | |
commit | b84b65b451b956168ffe4185ae03cacce8ec7e71 (patch) | |
tree | fe341e9463a27864653e97390b47e7d977eb7110 /dev-python/theano-pymc | |
parent | dev-util/perf: Add note re src_{unpack,prepare} in bpftool (diff) | |
download | gentoo-b84b65b451b956168ffe4185ae03cacce8ec7e71.tar.gz gentoo-b84b65b451b956168ffe4185ae03cacce8ec7e71.tar.bz2 gentoo-b84b65b451b956168ffe4185ae03cacce8ec7e71.zip |
dev-python/theano-pymc: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/812965
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/theano-pymc')
-rw-r--r-- | dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild b/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild index 6f1edc13d6e8..93f366d57d58 100644 --- a/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild +++ b/dev-python/theano-pymc/theano-pymc-1.1.2-r1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 optfeature |