python3Packages.qiling: add missing pyyaml dep

This commit is contained in:
Jonathan Ringer 2022-03-20 09:55:03 -07:00 committed by Jonathan Ringer
parent 40f4f7486c
commit a6a8886d70

View file

@ -9,6 +9,7 @@
, pefile
, pyelftools
, python-registry
, pyyaml
, unicorn
}:
@ -30,6 +31,7 @@ buildPythonPackage rec {
pefile
pyelftools
python-registry
pyyaml
unicorn
];