python312Packages.betterproto: refactor

This commit is contained in:
Fabian Affolter 2024-04-16 16:48:35 +02:00
parent ed71d169ba
commit 1c139576be

View File

@ -33,9 +33,9 @@ buildPythonPackage rec {
hash = "sha256-ZuVq4WERXsRFUPNNTNp/eisWX1MyI7UtwqEI8X93wYI=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
grpclib
python-dateutil
typing-extensions