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 availablef7e00211d6/tests/conf.py (L49)
This commit is contained in:
parent
a99aefc19f
commit
7335c8ce07
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user