python3Packages.pygls: propagate toml, use pyproject build

This commit is contained in:
Martin Weinelt 2022-03-10 21:45:04 +01:00
parent 5446ad857a
commit 1f7b9c4f85

View file

@ -4,6 +4,7 @@
, fetchFromGitHub
, setuptools-scm
, pydantic
, toml
, typeguard
, mock
, pytest-asyncio
@ -13,6 +14,7 @@
buildPythonPackage rec {
pname = "pygls";
version = "0.11.3";
format = "setuptools";
disabled = !isPy3k;
src = fetchFromGitHub {
@ -27,6 +29,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pydantic
toml
typeguard
];
# We don't know why an early version of pydantic is required, see: