python310Packages.robotsuite: fix stale substitute

This commit is contained in:
Anthony Roussel 2022-08-21 22:28:11 +02:00
parent aef84a7987
commit 96a8cd2bd3
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -25,11 +25,6 @@ buildPythonPackage rec {
lxml
];
postPatch = ''
substituteInPlace setup.py \
--replace robotframework-python3 robotframework
'';
checkInputs = [
pytestCheckHook
];