diff --git a/community/python-debugpy/PKGBUILD b/community/python-debugpy/PKGBUILD index 13296f946..a8b54a216 100644 --- a/community/python-debugpy/PKGBUILD +++ b/community/python-debugpy/PKGBUILD @@ -6,7 +6,7 @@ _pipname=debugpy pkgname=python-$_pipname -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc='An implementation of the Debug Adapter Protocol for Python' arch=(x86_64) @@ -14,17 +14,13 @@ url='https://aka.ms/debugpy' license=(EPL MIT) depends=(python) makedepends=(python-setuptools) -source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz - fix-build.patch) -sha256sums=('ddc10bf05903d1b4037a5ba7a511b0c5f188bdaf8f1c95a0bace505a9ce709fc' - 'a86e1e1a5a4d7a585c8185721863f563233b680c36fa35d65bfbff11abd519bc') +source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('eede498ee6efde32eb3799fc57e9e279159facc11c63a66f28295f00f42efa5b') prepare() { cd $_pipname-$pkgver # remove precompiled libs rm src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{so,dll,dylib,exe,pdb} - - patch -p1 -i ../fix-build.patch } build() { diff --git a/community/python-debugpy/fix-build.patch b/community/python-debugpy/fix-build.patch deleted file mode 100644 index 92bf5409e..000000000 --- a/community/python-debugpy/fix-build.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -index 6d39865e..04790698 100644 ---- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -@@ -18,6 +18,7 @@ - #define __PYTHON_H__ - - #include "../common/py_version.hpp" -+#include - - #ifndef _WIN32 - typedef unsigned int DWORD;