python3Packages.claripy: fix build needing setuptools
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, setuptools
|
||||
, cachetools
|
||||
, decorator
|
||||
, fetchFromGitHub
|
||||
@@ -26,6 +27,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-3v5te+j3I4yzxoBO8kY8VGLCrWfb1iOz9GHzun1DT0I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cachetools
|
||||
decorator
|
||||
|
||||
Reference in New Issue
Block a user