summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2021-01-17 12:30:35 -0500
committerBrian Dolbec <dolsen@gentoo.org>2021-01-17 13:45:29 -0500
commit8a97449a971f94607e259e3cea279f20473d1491 (patch)
tree1143db209184d0153b4ac0d03f151d8b12f03730 /dev-util/buildbot-www/buildbot-www-2.8.2.ebuild
parentdev-util/buildbot-worker: Bump to 2.10.0 (diff)
downloadgentoo-8a97449a971f94607e259e3cea279f20473d1491.tar.gz
gentoo-8a97449a971f94607e259e3cea279f20473d1491.tar.bz2
gentoo-8a97449a971f94607e259e3cea279f20473d1491.zip
dev-util/buildbot-www: Version bump to 2.10.0 fix setuptools ?depend
Closes: https://bugs.gentoo.org/747730 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-www/buildbot-www-2.8.2.ebuild')
-rw-r--r--dev-util/buildbot-www/buildbot-www-2.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/buildbot-www/buildbot-www-2.8.2.ebuild b/dev-util/buildbot-www/buildbot-www-2.8.2.ebuild
index c5f7aebcb28c..d81233cd01ad 100644
--- a/dev-util/buildbot-www/buildbot-www-2.8.2.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-2.8.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
+DISTUTILS_USE_SETUPTOOLS="bdepend"
inherit distutils-r1