[yocto] [opkg-utils PATCH] arfile.py: remove dependency on python-future

Alejandro del Castillo alejandro.delcastillo at ni.com
Fri Jun 3 14:51:18 PDT 2016


Python-future provides a python2 compatible object class (provides next
method). Since method is not used, remove dependency.

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo at ni.com>
---
 arfile.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arfile.py b/arfile.py
index 4bab526..1c42bc7 100644
--- a/arfile.py
+++ b/arfile.py
@@ -7,7 +7,6 @@ of GNU General Public License v2 or later.
 """
 from __future__ import absolute_import
 from __future__ import print_function
-from builtins import object
 import sys
 import os
 import tarfile 
-- 
1.9.1




More information about the yocto mailing list