Transitive extra dependencies for package uninstalled when running poetry install
#3684
Open
3 tasks done
Labels
poetry install
#3684
-vvv
option).Issue
I believe this might be related to #3224
Similar to the issue above, the problem is that if I add a package using
poetry add
and then runpoetry install
, the dependencies are getting uninstalled. Unlike #3224 though, in my case the package I am adding does not have any extras. However, the package in question is a private package (also built using poetry) which depends on another package with extras.Steps to reproduce
Create a new project with a dependency on a package with extras
poetry new vaa-protocols poetry add git+https://github.com/danielgtaylor/python-betterproto.git -E compiler poetry publish -r local --build
Then create a package that depends on this package
Now if we run
poetry install
, a bunch of dependencies get uninstalled.This happens under the following specific scenarious:
The text was updated successfully, but these errors were encountered: