python310Packages.pyunifiprotect: remove pydantic constraint

This commit is contained in:
Fabian Affolter 2022-08-06 21:59:46 +02:00
parent b7ec30b433
commit e5bf8729a0

View File

@ -71,6 +71,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov=pyunifiprotect --cov-append" ""
substituteInPlace setup.cfg \
--replace "pydantic!=1.9.1" "pydantic"
'';
pythonImportsCheck = [