mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #276402 from lheckemann/virt-firmware-fix
pythonPackages.virt-firmware: add setuptools to propagatedBuildInputs
This commit is contained in:
commit
6ee99f838c
@ -30,6 +30,7 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = ["tests/tests.py"];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
cryptography
|
||||
pefile
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user