]> sigrok.org Git - libsigrokdecode.git/commit
install: unbreak installation with Python 3.7 (os.errno)
authorGerhard Sittig <redacted>
Sat, 25 Aug 2018 13:20:10 +0000 (15:20 +0200)
committerGerhard Sittig <redacted>
Sat, 25 Aug 2018 13:20:10 +0000 (15:20 +0200)
commit5f7742af35b472003f57634909161708ff2d986f
treeb789bb40948c12d932153adeb04f7a477a0ebea3
parent11fb6d15fd2eb09d390dab902d8155aaba130cf4
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'.
tools/install-decoders