From: Gerhard Sittig Date: Sat, 25 Aug 2018 13:20:10 +0000 (+0200) Subject: install: unbreak installation with Python 3.7 (os.errno) X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=5f7742af35b472003f57634909161708ff2d986f;hp=5f7742af35b472003f57634909161708ff2d986f install: unbreak installation with Python 3.7 (os.errno) The os.errno module has not been an official feature. Python 3.7 removed the corresponding import. This broke the installation of decoders. Prefer 'errno' over 'os.errno'. ---