Package: python-mbed-ls / 1.6.2+dfsg-8
Metadata
Package | Version | Patches format |
---|---|---|
python-mbed-ls | 1.6.2+dfsg-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
doxygen documentation | (download) |
doxygen.cfg |
9 6 + 3 - 0 ! |
simplify doxygen documentation generation |
skip database tests | (download) |
test/mbedls_toolsbase.py |
3 3 + 0 - 0 ! |
skip database tests during build tests |
fix syntaxwarnings is with literals | (download) |
mbed_lstools/lstools_base.py |
4 2 + 2 - 0 ! |
fix syntaxwarnings (using is comparing strings) Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985022 |
relax setup py dependency versions | (download) |
setup.py |
8 4 + 4 - 0 ! |
relax dependency versions in setup.py |
setuptools 60 | (download) |
setup.py |
3 1 + 2 - 0 ! |
import setup from setuptools setuptools 60 uses its own bundled version of distutils, by default. It injects this into sys.modules, at import time. So we need to make sure that it is imported, before anything else imports distutils, to ensure everything is using the same distutils version. This change in setuptools is to prepare for Python 3.12, which will drop distutils. In this case, the best way to deal with the problem is to just use setuptools' setup(). Bug-Debian: https://bugs.debian.org/1022538 |