Move python3 runtime dependency to python3 subpackage (rhbz#986376).

This commit is contained in:
Thomas Moschny 2013-07-20 10:45:43 +02:00
parent f69e123673
commit 29d40cd4a6

View File

@ -9,7 +9,7 @@
Name: python-markdown Name: python-markdown
Version: 2.3.1 Version: 2.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Group: Development/Languages Group: Development/Languages
License: BSD License: BSD
@ -22,7 +22,6 @@ Requires: python >= 2.6
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel >= 3.1 BuildRequires: python3-devel >= 3.1
BuildRequires: python3-nose BuildRequires: python3-nose
Requires: python3 >= 3.1
%endif # with_python3 %endif # with_python3
@ -36,6 +35,7 @@ there are a few known issues.
%package -n python3-markdown %package -n python3-markdown
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Group: Development/Languages Group: Development/Languages
Requires: python3 >= 3.1
%description -n python3-markdown %description -n python3-markdown
@ -115,6 +115,9 @@ popd
%changelog %changelog
* Fri Jul 19 2013 Thomas Moschny <thomas.moschny@gmx.dee> - 2.3.1-2
- Move python3 runtime dependency to python3 subpackage (rhbz#986376).
* Mon Apr 8 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.1-1 * Mon Apr 8 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.1-1
- Update to 2.3.1. - Update to 2.3.1.