extra/python-debugpy: fix

This commit is contained in:
David Beauchamp 2024-04-29 08:47:40 -04:00
parent 400e1e0387
commit 51053fad3a

View file

@ -25,7 +25,7 @@ source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
sha256sums=('41cd4bf27887e8bd431555c9107f55f61fd359cb794a0867b615cb1cc284dd0d')
prepare() {
cd $_pipname-$pkgver
cd $_pipname
# remove precompiled libs
rm src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{so,dll,dylib,exe,pdb}
}