Unverified Commit 6ee99f83 authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

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

pythonPackages.virt-firmware: add setuptools to propagatedBuildInputs
parents 9c12de06 3959fb9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ buildPythonPackage rec {
  pytestFlagsArray = ["tests/tests.py"];

  propagatedBuildInputs = [
    setuptools
    cryptography
    pefile
  ];