14
0
forked from pool/python-jedi
2020-02-04 11:43:22 +00:00
committed by Git OBS Bridge
parent 49510a83a9
commit 05129cec46
3 changed files with 46 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/davidhalter/jedi
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
Patch0: unbundle.patch
Patch1: delete.patch
BuildRequires: %{python_module parso >= 0.5.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -54,6 +55,7 @@ implementation as a VIM plugin which uses Jedi's autocompletion.
%prep
%setup -q -n jedi-%{version}
%patch0 -p1
%patch1 -p1
rm -Rf jedi/third_party
%build