mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user