Require python-pexpect in Fedora
This commit is contained in:
parent
0259e11c0c
commit
78bb7eb02d
13
ipython.spec
13
ipython.spec
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
# See bug #603178 for a quick overview for the choice of licenses
|
# See bug #603178 for a quick overview for the choice of licenses
|
||||||
@ -122,9 +122,17 @@ Requires: python-zmq
|
|||||||
BuildRequires: python-decorator
|
BuildRequires: python-decorator
|
||||||
BuildRequires: python-jsonschema
|
BuildRequires: python-jsonschema
|
||||||
BuildRequires: python-path
|
BuildRequires: python-path
|
||||||
|
%if 0%{?fedora}
|
||||||
|
BuildRequires: python-pexpect
|
||||||
|
%else
|
||||||
BuildRequires: pexpect
|
BuildRequires: pexpect
|
||||||
|
%endif
|
||||||
BuildRequires: python-simplegeneric
|
BuildRequires: python-simplegeneric
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Requires: python-pexpect
|
||||||
|
%else
|
||||||
Requires: pexpect
|
Requires: pexpect
|
||||||
|
%endif
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
BuildRequires: python-mistune >= 0.3.1
|
BuildRequires: python-mistune >= 0.3.1
|
||||||
Requires: python-mistune >= 0.3.1
|
Requires: python-mistune >= 0.3.1
|
||||||
@ -717,6 +725,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 9 2015 Orion Poplawski <orion@cora.nwra.com> - 3.2.1-5
|
||||||
|
- Require python-pexpect in Fedora
|
||||||
|
|
||||||
* Fri Sep 25 2015 Orion Poplawski <orion@cora.nwra.com> - 3.2.1-4
|
* Fri Sep 25 2015 Orion Poplawski <orion@cora.nwra.com> - 3.2.1-4
|
||||||
- Own IPython/html directory
|
- Own IPython/html directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user