commit: 043c98f619f1f6809453b551b1c4c5c3f773403d Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Mon Oct 11 10:26:56 2021 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Mon Oct 11 18:19:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043c98f6
dev-python/hiredis: Fix setuptools warning, bug #798054 Link: https://github.com/redis/hiredis-py/pull/115 Closes: https://bugs.gentoo.org/798054 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org> dev-python/hiredis/hiredis-2.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild index 99cccf890bf..671e9eb491d 100644 --- a/dev-python/hiredis/hiredis-2.0.0.ebuild +++ b/dev-python/hiredis/hiredis-2.0.0.ebuild @@ -22,6 +22,7 @@ src_prepare() { use system-libs && PATCHES+=( "${FILESDIR}"/${P}-system-libs.patch ) + sed -i -e 's:description-file:description_file:' setup.cfg || die default }
