python3Packages.pymdown-extensions: fix pyyaml dependency (#397642)

This commit is contained in:
Arne Keller
2026-07-17 13:37:04 +00:00
committed by GitHub
@@ -60,11 +60,11 @@ buildPythonPackage rec {
dependencies = [
markdown
pygments
pyyaml
];
nativeCheckInputs = [
pytestCheckHook
pyyaml
];
pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions;