Commit 34215b9
doc/conf: use importlib.metadata in favor of pkg_resources
Since Python 3.12, setuptools is no longer pre-installed in virtual envs
created with venv [1].
The used alternative `importlib.metadata` is available for
Python >=3.8 [2].
[1] https://docs.python.org/3/library/venv.html#module-venv
[2] https://docs.python.org/3.12/library/importlib.metadata.html
Signed-off-by: Leonardo Mörlein <[email protected]>
[bst: rephrased commit message]1 parent 4f5c5f5 commit 34215b9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments