python3Packages.caldav: remove outdated substituteInPlace

1abfac5272
63603d91a0

This is also safe to do since it does not test xandikos or radicale by default
if they are not available

f7e00211d6/tests/conf.py (L49)
This commit is contained in:
Daniel Olsen 2023-12-16 04:31:08 +01:00
parent a99aefc19f
commit 7335c8ce07

View File

@ -45,13 +45,6 @@ buildPythonPackage rec {
pytestCheckHook
];
# xandikos and radicale are only optional test dependencies, not available for python3
postPatch = ''
substituteInPlace setup.py \
--replace xandikos "" \
--replace radicale ""
'';
pythonImportsCheck = [ "caldav" ];
meta = with lib; {