python313Packages.pwntools: relax unicorn constraint
This commit is contained in:
@@ -51,7 +51,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRemoveDeps = [ "pip" ];
|
||||
pythonRemoveDeps = [
|
||||
"pip"
|
||||
"unicorn"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
capstone
|
||||
|
||||
Reference in New Issue
Block a user