Article 5S5M8 regression on -current with pyparsing and python-markdown

regression on -current with pyparsing and python-markdown

by
nobodino
from LinuxQuestions.org on (#5S5M8)
in SFS, I'm stuck by a circular dependency between:
- pyparsing
- python-mardown
------------------
1st order: pyparsing then python-markdown
-----------------
self.require(*args, **kwargs)
File "/usr/lib64/python3.9/site-packages/pkg_resources/__init__.py", line 2472, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/usr/lib64/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pyparsing<3,>=2.0.2' distribution was not found and is required by packaging
------------------
2nd order: python-markdown then pyparsing
------------------
File "/usr/lib64/python3.9/site-packages/pkg_resources/__init__.py", line 2472, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/usr/lib64/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'packaging>=20.0' distribution was not found and is required by the application
------------------
same problem in Slackware, if you remove the 2 packages, they can't be built anymore.
Any idea?latest?d=yIl2AUoC8zA latest?i=N4yl9pscEb0:hyineXrs4SE:F7zBnMy latest?i=N4yl9pscEb0:hyineXrs4SE:V_sGLiP latest?d=qj6IDK7rITs latest?i=N4yl9pscEb0:hyineXrs4SE:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments