diff --git a/srcpkgs/python-jedi/patches/py3-parso-requirement.patch b/srcpkgs/python-jedi/patches/py3-parso-requirement.patch deleted file mode 100644 index b6daa80444b..00000000000 --- a/srcpkgs/python-jedi/patches/py3-parso-requirement.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- requirements.txt.orig 2020-08-04 22:18:10.590850660 -0400 -+++ requirements.txt 2020-08-04 22:18:48.906184653 -0400 -@@ -1 +1,2 @@ --parso>=0.7.0,<0.8.0 -+parso>=0.7.0,<0.8.0; python_version<"3" -+parso>=0.7.0; python_version>="3" diff --git a/srcpkgs/python-jedi/template b/srcpkgs/python-jedi/template index 0799a69c69f..530133496b6 100644 --- a/srcpkgs/python-jedi/template +++ b/srcpkgs/python-jedi/template @@ -1,8 +1,7 @@ # Template file for 'python-jedi' pkgname=python-jedi version=0.17.2 -revision=2 -archs=noarch +revision=3 wrksrc="jedi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -20,7 +19,6 @@ post_install() { } python3-jedi_package() { - archs=noarch depends="python3-parso" short_desc="${short_desc/2/3}" pkg_install() {