aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jedi
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-16 08:08:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-16 08:08:04 -0300
commitf797afe1cf616263a00f22d2bf707f51347c4b93 (patch)
treea4a428072399403cfb7f53fde0c4bd08e8384681 /community/py3-jedi
parent650e7578b7d3a85f4a773b1a4a235cbe0f005b1b (diff)
downloadaports-f797afe1cf616263a00f22d2bf707f51347c4b93.tar.bz2
aports-f797afe1cf616263a00f22d2bf707f51347c4b93.tar.xz
community/py3-jedi: add missing dependency on py3-parso
Diffstat (limited to 'community/py3-jedi')
-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"