aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/oe/patch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oe/patch.py b/lib/oe/patch.py
index 4e709be6ad..0d946d1fed 100644
--- a/lib/oe/patch.py
+++ b/lib/oe/patch.py
@@ -2,6 +2,7 @@ import subprocess
import os
import oe.path
import oe.process
+import bb.fetch, bb.data
class PatchError(Exception):
def __init__(self, msg):