dev-python/flask-script: Add patch from Debian for flask_script usage

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-11-30 13:53:23 +01:00
parent 970292ac64
commit c402d39ea0
2 changed files with 56 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
PATCHES=( "${FILESDIR}/${P}-flask_script-everywhere.patch" )
python_compile_all() {
use doc && emake -C docs html
}