aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-jedi/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-jedi/APKBUILD b/community/py3-jedi/APKBUILD
index 416ddc53a6..04fc96b382 100644
--- a/community/py3-jedi/APKBUILD
+++ b/community/py3-jedi/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname="py3-jedi"
-pkgver="0.16.0"
-pkgrel=0
+pkgname=py3-jedi
+pkgver=0.16.0
+pkgrel=1
_commit_typeshed="d38645247816f862cafeed21a8f4466d306aacf3"
pkgdesc="Awesome autocompletion and static analysis library for Python"
url="https://jedi.readthedocs.io"
arch="noarch"
license="MIT"
-depends="python3"
+depends="python3 py3-parso"
makedepends="py3-setuptools"
source="https://github.com/davidhalter/jedi/archive/v$pkgver/jedi-$pkgver.tar.gz
typeshed-$_commit_typeshed.tar.gz::https://github.com/davidhalter/typeshed/archive/$_commit_typeshed.tar.gz"