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
commit 6ee99f838c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ buildPythonPackage rec {
pytestFlagsArray = ["tests/tests.py"];
propagatedBuildInputs = [
setuptools
cryptography
pefile
];