Move python3 runtime dependency to python3 subpackage (rhbz#986376).
This commit is contained in:
parent
f69e123673
commit
29d40cd4a6
@ -9,7 +9,7 @@
|
||||
|
||||
Name: python-markdown
|
||||
Version: 2.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
@ -22,7 +22,6 @@ Requires: python >= 2.6
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel >= 3.1
|
||||
BuildRequires: python3-nose
|
||||
Requires: python3 >= 3.1
|
||||
%endif # with_python3
|
||||
|
||||
|
||||
@ -36,6 +35,7 @@ there are a few known issues.
|
||||
%package -n python3-markdown
|
||||
Summary: Markdown implementation in Python
|
||||
Group: Development/Languages
|
||||
Requires: python3 >= 3.1
|
||||
|
||||
|
||||
%description -n python3-markdown
|
||||
@ -115,6 +115,9 @@ popd
|
||||
|
||||
|
||||
%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
|
||||
- Update to 2.3.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user