Hi, thanks! uploaded
G. Il Domenica 17 Aprile 2016 17:27, Reiner Herrmann <rei...@reiner-h.de> ha scritto: Control: tags -1 = patch Hi Gianfranco, On Sun, Mar 27, 2016 at 09:45:44PM +0000, Gianfranco Costamagna wrote: > while in general I agree about shipping both Python2 and Python3, I think > this is useful for libraries, or for core applications. In the context of > general purpose tools, such as binwalk, the probability to have it installed > in a Python3 only environment might be trascurable. > > However, that said, I had complains when I added pyqtgraph and the python-qt > dependencies, because somebody was running it on low resource systems. > > So, if you can patch and share it with me I'll be happy to apply it! > (I'm really out of time, and such features might end up in the long term > todolist) I just had a look at this, and it was easier than expected. lzma is already provided by Python 3, and lzo wasn't really a dependency of binwalk (INSTALL.md mentions it only for additional optional utilities, which were not included anyway). pyqtgraph fortunately also is already available for Python 3. Attached is a patch to build binwalk as a Python3-only package. Kind regards, Reiner