commit: 38b9a5af3d07e19196a6de5c7fe85b84350d11d6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 04:04:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 04:04:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b9a5af
dev-python/packaging: allow older pyparsing too
Seem a few instances where Portage seems to get confused
when trying to install Flatpak, so let's see if this
helps (only pyparsing 3.0.5 was problematic
for packaging).
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../packaging/{packaging-21.3.ebuild => packaging-21.3-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/packaging/packaging-21.3.ebuild
b/dev-python/packaging/packaging-21.3-r1.ebuild
similarity index 89%
rename from dev-python/packaging/packaging-21.3.ebuild
rename to dev-python/packaging/packaging-21.3-r1.ebuild
index 5e12cb5f28f8..2859ac290632 100644
--- a/dev-python/packaging/packaging-21.3.ebuild
+++ b/dev-python/packaging/packaging-21.3-r1.ebuild
@@ -19,7 +19,10 @@ LICENSE="|| ( Apache-2.0 BSD-2 )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
- >=dev-python/pyparsing-3.0.6[${PYTHON_USEDEP}]
+ || (
+ >=dev-python/pyparsing-3.0.6[${PYTHON_USEDEP}]
+ <dev-python/pyparsing-3.0.5[${PYTHON_USEDEP}]
+ )
"
DEPEND="
test? (