python3Packages.qiling: add missing pyyaml dep
This commit is contained in:
parent
40f4f7486c
commit
a6a8886d70
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
, pefile
|
||||
, pyelftools
|
||||
, python-registry
|
||||
, pyyaml
|
||||
, unicorn
|
||||
}:
|
||||
|
||||
|
@ -30,6 +31,7 @@ buildPythonPackage rec {
|
|||
pefile
|
||||
pyelftools
|
||||
python-registry
|
||||
pyyaml
|
||||
unicorn
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue