Merge pull request #325913 from tobim/pkgs/macaroonbakery-unpin-protobuf

This commit is contained in:
Jon Seager 2024-07-09 22:18:33 +01:00 committed by GitHub
commit 33006986ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
nix-update-script,
protobuf3,
protobuf,
pymacaroons,
pynacl,
pyrfc3339,
@ -31,7 +31,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
protobuf3
protobuf
pymacaroons
pynacl
pyrfc3339