add BR python-sphinx
This commit is contained in:
parent
7a9c982912
commit
f55105080c
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -139,6 +139,7 @@ This package provides IPython for in a terminal.
|
|||||||
%package -n python-ipython-sphinx
|
%package -n python-ipython-sphinx
|
||||||
Summary: Sphinx directive to support embedded IPython code
|
Summary: Sphinx directive to support embedded IPython code
|
||||||
Requires: python-ipython-console = %{version}-%{release}
|
Requires: python-ipython-console = %{version}-%{release}
|
||||||
|
BuildRequires: python-sphinx
|
||||||
Requires: python-sphinx
|
Requires: python-sphinx
|
||||||
|
|
||||||
%description -n python-ipython-sphinx
|
%description -n python-ipython-sphinx
|
||||||
@ -240,6 +241,7 @@ This package provides IPython for in a terminal.
|
|||||||
%package -n python3-ipython-sphinx
|
%package -n python3-ipython-sphinx
|
||||||
Summary: Sphinx directive to support embedded IPython code
|
Summary: Sphinx directive to support embedded IPython code
|
||||||
Requires: python3-ipython-console = %{version}-%{release}
|
Requires: python3-ipython-console = %{version}-%{release}
|
||||||
|
BuildRequires: python3-sphinx
|
||||||
Requires: python3-sphinx
|
Requires: python3-sphinx
|
||||||
|
|
||||||
%description -n python3-ipython-sphinx
|
%description -n python3-ipython-sphinx
|
||||||
@ -647,6 +649,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Jun 1 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.1.0-2
|
* Sun Jun 1 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.1.0-2
|
||||||
- package part of notebook in main package (#1103423)
|
- package part of notebook in main package (#1103423)
|
||||||
|
- add BR python-sphinx
|
||||||
|
|
||||||
* Fri May 30 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.1.0-1
|
* Fri May 30 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.1.0-1
|
||||||
- update to 2.1.0
|
- update to 2.1.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user