From 74ca1f2b946f3c7adddd4bd652954acd2b1bf2a3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 9 Jun 2022 22:50:31 +0200 Subject: [PATCH] python-ipython: python bytecompile --- mingw-w64-python-ipython/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-python-ipython/PKGBUILD b/mingw-w64-python-ipython/PKGBUILD index c930902989..0b4f265284 100644 --- a/mingw-w64-python-ipython/PKGBUILD +++ b/mingw-w64-python-ipython/PKGBUILD @@ -68,7 +68,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