commit: 6313e54e830a5064c30cf0be477b75514771bd22 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Sat Jun 26 13:23:49 2021 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Sat Jun 26 13:23:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6313e54e
dev-python/pockets: Fix setup.py warning Closes: https://bugs.gentoo.org/798180 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org> dev-python/pockets/pockets-0.9.1-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pockets/pockets-0.9.1-r1.ebuild b/dev-python/pockets/pockets-0.9.1-r1.ebuild index ba43bdbdd2c..990bcef1505 100644 --- a/dev-python/pockets/pockets-0.9.1-r1.ebuild +++ b/dev-python/pockets/pockets-0.9.1-r1.ebuild @@ -19,3 +19,8 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " + +src_prepare() { + sed -i -e 's/description-file/descriptiongfile/g' "${S}/setup.cfg" ||die + default +}
