python-jedi: fix requirements metadata
This commit is contained in:
parent
da96558ca1
commit
acf186c2a1
2 changed files with 7 additions and 1 deletions
6
srcpkgs/python-jedi/patches/py3-parso-requirement.patch
Normal file
6
srcpkgs/python-jedi/patches/py3-parso-requirement.patch
Normal 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"
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue