Skip to content

Commit

Permalink
python-lsp-jsonrpc: Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Nov 5, 2024
1 parent 462d720 commit 734c08c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mingw-w64-python-lsp-jsonrpc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=python-lsp-jsonrpc
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=1.1.2
pkgrel=2
pkgrel=3
pkgdesc='JSON RPC 2.0 server library (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -15,9 +15,7 @@ msys2_references=(
)
depends=(
${MINGW_PACKAGE_PREFIX}-python
${MINGW_PACKAGE_PREFIX}-python-jsonrpc-server
${MINGW_PACKAGE_PREFIX}-python-language-server
${MINGW_PACKAGE_PREFIX}-python-tornado)
${MINGW_PACKAGE_PREFIX}-python-ujson)
makedepends=(
${MINGW_PACKAGE_PREFIX}-python-build
${MINGW_PACKAGE_PREFIX}-python-installer
Expand Down

0 comments on commit 734c08c

Please sign in to comment.