mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/python-debugpy: fix
This commit is contained in:
parent
400e1e0387
commit
51053fad3a
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue