python310Packages.robotsuite: fix stale substitute

This commit is contained in:
Anthony Roussel
2022-08-21 22:38:59 +02:00
parent aef84a7987
commit 96a8cd2bd3
@@ -25,11 +25,6 @@ buildPythonPackage rec {
lxml
];
postPatch = ''
substituteInPlace setup.py \
--replace robotframework-python3 robotframework
'';
checkInputs = [
pytestCheckHook
];