summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-rw-r--r--bitbake/lib/bb/fetch2/git.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index 6badda5972..168f14d0c8 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -817,7 +817,6 @@ class Git(FetchMethod):
817 """ 817 """
818 Return True if git-lfs can be found, False otherwise. 818 Return True if git-lfs can be found, False otherwise.
819 """ 819 """
820 import shutil
821 return shutil.which("git-lfs", path=d.getVar('PATH')) is not None 820 return shutil.which("git-lfs", path=d.getVar('PATH')) is not None
822 821
823 def _get_repo_url(self, ud): 822 def _get_repo_url(self, ud):