diff options
author | Damian Szuberski <[email protected]> | 2022-11-29 05:39:41 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-28 11:39:41 -0800 |
commit | 387109364e66468736000a57e071cdfff8328ff6 (patch) | |
tree | 4ea032bcfb499e5a03c2bed01fd02880f6e5e5b9 /config/kernel-current-time.m4 | |
parent | 5f45e3f699091e257941c2a5c37d8a65d91cd3a9 (diff) |
Python3: replace `distutils` with `sysconfig`
- `distutils` module is long time deprecated and already deleted
from the CPython mainline.
- To remain compatible with Debian/Ubuntu Python3 packaging style,
try
`distutils.sysconfig.get_python_path(0,0)`
first with fallback on
`sysconfig.get_path('purelib')`
- pyzfs_unittest suite is run unconditionally as a part of ZTS.
- Add pyzfs_unittest suite to sanity tests.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes #12833
Closes #13280
Closes #14177
Diffstat (limited to 'config/kernel-current-time.m4')
0 files changed, 0 insertions, 0 deletions