Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
Date: Mon, 11 Oct 2021 18:21:46
Message-Id: 1633976376.043c98f619f1f6809453b551b1c4c5c3f773403d.swegener@gentoo
1 commit: 043c98f619f1f6809453b551b1c4c5c3f773403d
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 10:26:56 2021 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 18:19:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043c98f6
7
8 dev-python/hiredis: Fix setuptools warning, bug #798054
9
10 Link: https://github.com/redis/hiredis-py/pull/115
11 Closes: https://bugs.gentoo.org/798054
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
14
15 dev-python/hiredis/hiredis-2.0.0.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
19 index 99cccf890bf..671e9eb491d 100644
20 --- a/dev-python/hiredis/hiredis-2.0.0.ebuild
21 +++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
22 @@ -22,6 +22,7 @@ src_prepare() {
23 use system-libs && PATCHES+=(
24 "${FILESDIR}"/${P}-system-libs.patch
25 )
26 + sed -i -e 's:description-file:description_file:' setup.cfg || die
27 default
28 }