mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
python3Packages.pyeapi: add setuptools to nativeBuildInputs
This commit is contained in:
parent
074c316654
commit
7e1912c9b0
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, setuptools
|
||||
, mock
|
||||
, netaddr
|
||||
, pytestCheckHook
|
||||
@ -22,6 +23,10 @@ buildPythonPackage rec {
|
||||
sha256 = "13chya6wix5jb82k67gr44bjx35gcdwz80nsvpv0gvzs6shn4d7b";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
netaddr
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user