python312Packages.openstackdocstheme: allow for python 3.12

This commit is contained in:
Sandro Jäckel
2024-12-06 16:53:53 +01:00
parent d73c12eb29
commit 55a30bdb01
@@ -14,8 +14,7 @@ buildPythonPackage rec {
version = "3.4.0";
pyproject = true;
# breaks on import due to distutils import through pbr.packaging
disabled = pythonAtLeast "3.12";
disabled = pythonAtLeast "3.13";
src = fetchPypi {
inherit pname version;