python-jupyter_client: python byte compile

This commit is contained in:
Christoph Reiter
2022-06-09 22:52:32 +02:00
parent 1dc6a30d66
commit 9585445366

View File

@@ -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"