net-misc/gallery-dl: add required python use

Closes: https://bugs.gentoo.org/754030
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18223
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Maciej Barć
2020-11-11 17:00:03 +01:00
committed by Joonas Niilola
parent 8b8c354332
commit 19ee9c8d9b
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=(python3_{7,8})
PYTHON_REQ_USE="sqlite,ssl,xml"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=(python3_{7,8})
PYTHON_REQ_USE="sqlite,ssl,xml"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature