niess / python-appimage

AppImage distributions of Python
https://python-appimage.readthedocs.io/en/latest/
GNU General Public License v3.0
170 stars 24 forks source link

Added support for git dependencies with custom branch name. #73

Closed dotzborro closed 4 months ago

dotzborro commented 4 months ago

It seems that git will print additional logs to stderr when custom branch name is used in dependency:

git+ssh://git@github.com/[group-name]/[repo-name].git@[branch-name]

This PR aims at supporting such dependencies.

niess commented 4 months ago

Hello @dotzborro ,

thank you for this PR. It looks good to me :) It has been merged (under v1.2.7).

Best,

Valentin