From e2f4d9f1ec694768b223decb59a9c768a2da962d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 12 May 2016 08:22:18 +0100 Subject: bitbake: bitbake: Drop futures usage since we're python 3 (Bitbake rev: 3310b85801aff3b315084c53ce53d0119c002b6c) Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/perforce.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/perforce.py') diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index 3a10c7ca33..1aef246942 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py @@ -25,7 +25,6 @@ BitBake build tools. # # Based on functions from the base bb module, Copyright 2003 Holger Schurig -from future_builtins import zip import os import subprocess import logging -- cgit v1.2.3-54-g00ecf