Merge pull request #276402 from lheckemann/virt-firmware-fix

pythonPackages.virt-firmware: add setuptools to propagatedBuildInputs
This commit is contained in:
Ryan Lahfa
2024-01-12 20:02:15 +01:00
committed by GitHub
@@ -30,6 +30,7 @@ buildPythonPackage rec {
pytestFlagsArray = ["tests/tests.py"];
propagatedBuildInputs = [
setuptools
cryptography
pefile
];