Merge pull request #185465 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: remove pydantic constraint
This commit is contained in:
Fabian Affolter
2022-08-07 00:05:54 +02:00
committed by GitHub
@@ -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 = [