-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recurse clone submodules #2427
recurse clone submodules #2427
Conversation
closes #1828 |
@finswimmer, i rebase and reopen(#1826 ) |
context parameters is not implemented, so the order is the same for all and ordering is based naively on what's been given in the configuration. V0.5.0-v0.5.0 bump version to 0.5.1 Included python-fire inside the package directory until python-poetry/poetry#2427 gets merged and a submodule can be used instead
Any Feedback? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Thanks a lot.
@finswimmer @matemax for me this merge has broken the use of
|
Hello @fabiopedrosa , could you please open a new issue for this and describe how one can reproduce the problem? fin swimmer |
Hello @fabiopedrosa, the command git clone --recurse-submodules https://github.com/darklow/django-suit.git C:\\Temp\\pypoetry-git-django-su0mrul0xy executes correct |
Can you please add documentation on how to use this? |
This pr fixes complicated libraries installation. |
@Zeskbest what do you mean it must be used by default?
But I would like to specify this dependency in my |
@luisacabs-out: What you try is to install a package from a subfolder within a git repository. This is not supported at the moment by poetry. Some links you can follow: |
You should make a library from your repo (see here).
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes: #1828
Closes: #611
Pull Request Check List
I not found how implement test for these case
I not found docs about clone git dependencies.