From 9585445366d0bd2ed0442a06ecb87048b6bae2ca Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 9 Jun 2022 22:52:32 +0200 Subject: [PATCH] python-jupyter_client: python byte compile --- mingw-w64-python-jupyter_client/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-python-jupyter_client/PKGBUILD b/mingw-w64-python-jupyter_client/PKGBUILD index f348b6063f..abbe3779c1 100644 --- a/mingw-w64-python-jupyter_client/PKGBUILD +++ b/mingw-w64-python-jupyter_client/PKGBUILD @@ -55,7 +55,6 @@ package() { ${MINGW_PREFIX}/bin/python -m installer --prefix=${MINGW_PREFIX} \ --destdir="${pkgdir}" dist/*.whl - find "${pkgdir}/" -name "*.pyc" -delete find "${pkgdir}/" -type d -empty -delete install -Dm644 "COPYING.md" "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"