python311Packages.boiboite-opener-framework: modernize

This commit is contained in:
Peder Bergebakken Sundt
2024-08-13 17:55:02 +02:00
parent 8d409110a5
commit 3acdcfb661
@@ -23,10 +23,7 @@ buildPythonPackage rec {
hash = "sha256-atKqHRX24UjF/9Dy0aYXAN+80nBJKCd07FmaR5Vl1q4=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "scapy==2.5.0rc1" "scapy"
'';
pythonRelaxDeps = [ "scapy" ];
build-system = [ setuptools ];