Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-debian/
Date: Fri, 14 Aug 2020 23:22:32
Message-Id: 1597447296.cc0c702e641c038bfcd537a8d8698e97e79dd5b4.asturm@gentoo
1 commit: cc0c702e641c038bfcd537a8d8698e97e79dd5b4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:27:05 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0c702e
7
8 dev-python/python-debian: Drop superfluous python_gen_cond_dep w/o python2_7
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/python-debian/python-debian-0.1.36.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/dev-python/python-debian/python-debian-0.1.36.ebuild b/dev-python/python-debian/python-debian-0.1.36.ebuild
16 index 78fab194385..c4ec7d333fa 100644
17 --- a/dev-python/python-debian/python-debian-0.1.36.ebuild
18 +++ b/dev-python/python-debian/python-debian-0.1.36.ebuild
19 @@ -23,10 +23,7 @@ RDEPEND="
20
21 BDEPEND="${RDEPEND}
22 dev-python/setuptools[${PYTHON_USEDEP}]
23 - test? (
24 - app-arch/dpkg
25 - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' -2)
26 - )
27 + test? ( app-arch/dpkg )
28 "
29
30 PATCHES=( "${FILESDIR}/0.1.36-disable-apt-pkg.patch" )