From 8fcb2dc24ccee996659e7153ee88b2b416b5832c Mon Sep 17 00:00:00 2001 From: Carl George Date: Sep 25 2017 21:07:40 +0000 Subject: Require python2-jedi --- diff --git a/ptpython.spec b/ptpython.spec index b16ce93..4319b16 100644 --- a/ptpython.spec +++ b/ptpython.spec @@ -1,6 +1,6 @@ Name: ptpython Version: 0.41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python REPL build on top of prompt_toolkit License: BSD URL: https://github.com/jonathanslenders/ptpython @@ -22,7 +22,7 @@ Summary: %{summary} BuildRequires: python2-devel BuildRequires: python%{?fedora:2}-setuptools Requires: python%{?fedora:2}-docopt -Requires: python-jedi >= 0.9.0 +Requires: python2-jedi >= 0.9.0 Requires: python2-prompt_toolkit >= 1.0.14 Requires: python%{?fedora:2}-pygments %{?fedora:Suggests: python-ipython-console} @@ -103,6 +103,9 @@ find -name \*.py | xargs sed -i -e '1 {/^#!\//d}' %changelog +* Mon Sep 25 2017 Carl George - 0.41-2 +- Require python2-jedi + * Thu Jul 27 2017 Carl George - 0.41-1 - Latest upstream