python313Packages.pwntools: relax unicorn constraint

This commit is contained in:
Martin Weinelt
2025-04-03 23:13:28 +02:00
parent 664a9c3da5
commit 8a26564491
@@ -51,7 +51,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRemoveDeps = [ "pip" ];
pythonRemoveDeps = [
"pip"
"unicorn"
];
propagatedBuildInputs = [
capstone