You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@adisbladis Poetry2nix can resolve circular dependencies by skipping them, and even if the installation in the virtual environment doesn't have a proper graph, it should still work fine.
Circular dependencies are typically required only at runtime, not during the build process. Thus, for poetry2nix.venv, skipping such dependencies should pose no issues.
Or I'm missing something?
why should we be concerned about having a one-to-one proper graph in this context?
poetry packages:
Recursion in poetry.lock:
What todo in that case? Manually should I modify poetry.lock and remove recursion?
ipaplatform
depends onipapython
ipapython
depends onipaplatform
https://github.com/freeipa/freeipa/blob/master/ipaplatform/setup.py#L49
https://github.com/freeipa/freeipa/blob/master/ipapython/setup.py#L44
The text was updated successfully, but these errors were encountered: