[packages/python-packaging] six and pyparsing dependency added
jajcus
jajcus at pld-linux.org
Mon Jul 30 10:15:46 CEST 2018
commit 81d5f5a360759345acb781507a14e18994eb95ec
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Jul 30 10:15:06 2018 +0200
six and pyparsing dependency added
auto-generated dependencies may be not reliable when building without
setuptools (for bootstraping)
python-packaging.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/python-packaging.spec b/python-packaging.spec
index 0a879f0..f57e320 100644
--- a/python-packaging.spec
+++ b/python-packaging.spec
@@ -43,6 +43,8 @@ BuildRequires: python3-sphinx_rtd_theme
BuildRequires: sphinx-pdg-3
%endif
Requires: python-modules >= 1:2.6
+Requires: six
+Requires: python-pyparsing >= 2.0.2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -57,6 +59,8 @@ Summary: Core utilities for Python packages
Summary(pl.UTF-8): Bazowe funkcje narzędziowe do pakietów Pythona
Group: Libraries/Python
Requires: python3-modules >= 1:3.2
+Requires: python-pyparsing >= 2.0.2
+Requires: six
%description -n python3-packaging
Core utilities for Python packages.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-packaging.git/commitdiff/81d5f5a360759345acb781507a14e18994eb95ec
More information about the pld-cvs-commit
mailing list