summaryrefslogtreecommitdiff
path: root/gnu/packages/protobuf.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2026-02-13 23:28:23 +0100
committerDanny Milosavljevic <dannym@friendly-machines.com>2026-03-07 03:09:48 +0100
commit6831c2dab94cbbb08c4a0f890bcadbd66f88df9b (patch)
tree4b853286993497453dd47b81241a77e3b4bc7052 /gnu/packages/protobuf.scm
parentdd9028f67a7cfcc4fb144bdf614a3e950ca63c22 (diff)
gnu: python-protobuf: Remove unused input.
* gnu/packages/protobuf.scm (python-protobuf)[inputs]: Remove protobuf-3.20. Change-Id: If2c9c7c8eafed5ad6fcbd4e4a9c1e6f5e956089a
Diffstat (limited to 'gnu/packages/protobuf.scm')
-rw-r--r--gnu/packages/protobuf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 6b174a8d4f4..309a6a6f55f 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -589,8 +589,8 @@ mechanism for serializing structured data.")
(native-inputs
(list python-setuptools))
;; The C++ implementation is not compatible with Python 3.11, so we cannot
- ;; pass --cpp_implementation any more.
- (inputs (list protobuf-3.20))
+ ;; pass --cpp_implementation any more. Without that flag, only the pure
+ ;; Python implementation is built and the C++ protobuf library is not needed.
(home-page "https://github.com/google/protobuf")
(synopsis "Protocol buffers is a data interchange format")
(description