python3Packages.pymdown-extensions: fix pyyaml dependency (#397642)
This commit is contained in:
@@ -60,11 +60,11 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
markdown
|
||||
pygments
|
||||
pyyaml
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pyyaml
|
||||
];
|
||||
|
||||
pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions;
|
||||
|
||||
Reference in New Issue
Block a user