diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2021-02-13 16:02:59 -0500 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2021-02-13 16:27:07 -0500 |
commit | 7f39e7a1a907867f23800ccb87eed6688a5b9092 (patch) | |
tree | c35064061c9b31f1f258d3578617c60fb540c1c3 /dev-python/txrequests | |
parent | media-libs/graphene: python3_9 (diff) | |
download | gentoo-7f39e7a1a907867f23800ccb87eed6688a5b9092.tar.gz gentoo-7f39e7a1a907867f23800ccb87eed6688a5b9092.tar.bz2 gentoo-7f39e7a1a907867f23800ccb87eed6688a5b9092.zip |
dev-python/txrequests: Fix DISUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748966
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/txrequests')
-rw-r--r-- | dev-python/txrequests/txrequests-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/txrequests/txrequests-0.9.6.ebuild b/dev-python/txrequests/txrequests-0.9.6.ebuild index 6f8648c02c25..18774712d84c 100644 --- a/dev-python/txrequests/txrequests-0.9.6.ebuild +++ b/dev-python/txrequests/txrequests-0.9.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{7,8}) -DISTUTILS_USE_SETUPTOOLS="rdepend" +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 |