diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bsddb3/bsddb3-6.2.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/bsddb3/bsddb3-6.2.4.ebuild b/dev-python/bsddb3/bsddb3-6.2.4.ebuild index 9f29d33c30e5..f03617f4fdff 100644 --- a/dev-python/bsddb3/bsddb3-6.2.4.ebuild +++ b/dev-python/bsddb3/bsddb3-6.2.4.ebuild @@ -5,6 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{6,7} ) PYTHON_REQ_USE="threads(+)" +DISTUTILS_USE_SETUPTOOLS=no inherit db-use distutils-r1 |