python-jedi: fix requirements metadata

This commit is contained in:
Andrew J. Hesford 2020-08-04 22:24:43 -04:00
parent da96558ca1
commit acf186c2a1
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
--- 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"

View file

@ -1,7 +1,7 @@
# Template file for 'python-jedi'
pkgname=python-jedi
version=0.17.2
revision=1
revision=2
archs=noarch
wrksrc="jedi-${version}"
build_style=python-module