Unverified Commit 27b8d38b authored by Tobias Mayer's avatar Tobias Mayer
Browse files

python3Packages.macaroonbakery: unpin protobuf

parent bfbc9454
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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