From b3fce85afccdad7fb58bf93d6fe398136d1ef245 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 9 Jun 2022 22:48:57 +0200 Subject: [PATCH] python-ipykernel: python byte compile --- mingw-w64-python-ipykernel/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-python-ipykernel/PKGBUILD b/mingw-w64-python-ipykernel/PKGBUILD index 3e6157b853..5e2fb6674f 100644 --- a/mingw-w64-python-ipykernel/PKGBUILD +++ b/mingw-w64-python-ipykernel/PKGBUILD @@ -54,7 +54,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 # setuptools doesnt see mingw-w64-python's readline