]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-git: fix indent error
authorKai Kang <kai.kang@windriver.com>
Wed, 15 Mar 2023 13:55:36 +0000 (21:55 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Mar 2023 16:29:35 +0000 (06:29 -1000)
commit48633d8920210e55e0b9ee3004f0502f9f0eec48
treefe5ef65440e2871b4142ed582cfe01f8ae7016ba
parent37defd828cc6a8267139928730d766167905d21a
python3-git: fix indent error

It fails to import anything from git/remote.py:

  File "/path_to/python3-git-native/3.1.27-r0/GitPython-3.1.27/git/remote.py", line 700
    url = Git.polish_url(url)
    ^
IndentationError: unexpected indent

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3-git/0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch