From a797e566dc890261908b92199d0bd4b7be99caa9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 10 Jun 2022 08:21:47 +0200 Subject: [PATCH] python-mistune: byte compile --- mingw-w64-python-mistune/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-python-mistune/PKGBUILD b/mingw-w64-python-mistune/PKGBUILD index 94f1a47dba..7caace31e7 100644 --- a/mingw-w64-python-mistune/PKGBUILD +++ b/mingw-w64-python-mistune/PKGBUILD @@ -36,7 +36,6 @@ package() { ${MINGW_PREFIX}/bin/python setup.py install \ --prefix=${MINGW_PREFIX} --root=${pkgdir} --optimize=1 --skip-build - find "${pkgdir}/" -name "*.pyc" -delete find "${pkgdir}/" -type d -empty -delete install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"