summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAsukaMinato2024-03-26 23:43:21 +0900
committerAsukaMinato2024-03-26 23:43:21 +0900
commita4c8e43100f45071cee579e8dc75af570a79cbe4 (patch)
treecaeada8752701e5d05a637f77ee7c08241288dbb /PKGBUILD
parentd753a69389039c8cdaab06f53022f98be07edf0c (diff)
downloadaur-a4c8e43100f45071cee579e8dc75af570a79cbe4.tar.gz
remove redundant deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77bb118f6b50..9455a55d02d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A spear to the Python language server built with black magic"
arch=(any)
url="https://sr.ht/~self/delance/"
license=('0BSD')
-depends=(nodejs bun python python-numpy python-pytest)
+depends=(nodejs)
makedepends=(npm)
source=(
"https://registry.npmjs.org/@delance/runtime/-/runtime-$pkgver.tgz")