summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-06-23 17:03:56 +0800
committerWu Zhenyu2023-06-23 17:03:56 +0800
commit5f45f547f8c4e6b0d6977aca5fa33766649be111 (patch)
tree5f15ccfb56b26f593dbf575b148bd26e6aa7014b
parentb9c973121d52868c81ef7aa30ba19d58e3e2b9ba (diff)
downloadaur-5f45f547f8c4e6b0d6977aca5fa33766649be111.tar.gz
:heavy_plus_sign: Add optdepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e43621563a7..492dfac57e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="bitbake language server"
arch=(any)
url=https://github.com/Freed-Wu/bitbake-language-server
depends=(python-pygls python-platformdirs)
+optdepends=(python-bitbake)
makedepends=(python-installer)
license=(GPL3)
_py=py3