Merge pull request #185465 from fabaff/pyunifiprotect-bump
python310Packages.pyunifiprotect: remove pydantic constraint
This commit is contained in:
commit
7484613439
@ -71,6 +71,8 @@ buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace "--cov=pyunifiprotect --cov-append" ""
|
--replace "--cov=pyunifiprotect --cov-append" ""
|
||||||
|
substituteInPlace setup.cfg \
|
||||||
|
--replace "pydantic!=1.9.1" "pydantic"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user