]> git.pld-linux.org Git - packages/python3-packaging.git/commitdiff
unconditionally R: python3-pyparsing; rel 2 auto/th/python3-packaging-21.3-2
authorJan Palus <atler@pld-linux.org>
Tue, 15 Mar 2022 11:33:21 +0000 (12:33 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 15 Mar 2022 11:33:21 +0000 (12:33 +0100)
help poldek resolve boolean dependency and ignore conflict on pyparsing
3.0.5 since it was never available in PLD:

((python3.9dist(pyparsing) < 3.0.5 or python3.9dist(pyparsing) > 3.0.5) with python3.9dist(pyparsing) >= 2.0.2) is needed by python3-packaging-21.3-1.noarch

python3-packaging.spec

index 9a6a36ffe1d77bc2bdb5418876fb6924f80af159..7c508c4b67b14b0940b07199251168436550cac5 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Core utilities for Python packages
 Summary(pl.UTF-8):     Bazowe funkcje narzędziowe do pakietów Pythona
 Name:          python3-packaging
 Version:       21.3
-Release:       1
+Release:       2
 License:       Apache v2.0 or BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/packaging/
@@ -30,10 +30,7 @@ BuildRequires:       python3-sphinx_rtd_theme
 BuildRequires: sphinx-pdg-3
 %endif
 Requires:      python3-modules >= 1:3.6
-%if %{without setuptools}
-# with setuptools these are autogenerated
 Requires:      python3-pyparsing >= 2.0.2
-%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.154506 seconds and 4 git commands to generate.