Merge pull request #276402 from lheckemann/virt-firmware-fix
pythonPackages.virt-firmware: add setuptools to propagatedBuildInputs
This commit is contained in:
@@ -30,6 +30,7 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = ["tests/tests.py"];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
cryptography
|
||||
pefile
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user