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
commit 7484613439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [