Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-python/
Date: Wed, 01 Jan 2020 16:59:36
Message-Id: 1577897959.deec9c789a6a9b86acd2c3a72ec184a2c63131cf.leio@gentoo
1 commit: deec9c789a6a9b86acd2c3a72ec184a2c63131cf
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 16:59:10 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 16:59:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deec9c78
7
8 dev-python/dbus-python: remove wrong setuptools BDEPEND
9
10 Bug: https://bugs.gentoo.org/678942
11 Package-Manager: Portage-2.3.79, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-python/dbus-python/dbus-python-1.2.14.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-python/dbus-python/dbus-python-1.2.14.ebuild b/dev-python/dbus-python/dbus-python-1.2.14.ebuild
18 index 5526593b6e8..fccd113223f 100644
19 --- a/dev-python/dbus-python/dbus-python-1.2.14.ebuild
20 +++ b/dev-python/dbus-python/dbus-python-1.2.14.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -27,7 +27,6 @@ RDEPEND="${PYTHON_DEPS}
28 "
29 DEPEND="${RDEPEND}"
30 BDEPEND="
31 - dev-python/setuptools[${PYTHON_USEDEP}]
32 virtual/pkgconfig
33 doc? ( $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]') )
34 test? ( dev-python/pygobject:3[${PYTHON_USEDEP}]