From 9a6afcb14708d17c2be464f189c664a8fc1992df Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 15 Sep 2025 12:07:39 +0200 Subject: [PATCH] gnu: Remove python-protobuf-3.6. * gnu/packages/protobuf.scm (python-protobuf-3.6): Delete variable. Change-Id: Ib40a39d971da11a4612019790e3e16d1fdb73987 --- gnu/packages/protobuf.scm | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 0aa82e59526b587d1a93a2c388927c3da232e203..4b9e5909e896480f6a5864ca9567533ccf8feacc 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -626,33 +626,6 @@ language-neutral, platform-neutral extensible mechanism for serializing structured data.") (license license:expat))) -;; For tensorflow. -(define-public python-protobuf-3.6 - (package - (inherit python-protobuf) - (name "python-protobuf") - (version (package-version protobuf-3.6) ) - (source - (origin - (method url-fetch) - (uri (pypi-uri "protobuf" version)) - (sha256 - (base32 - "04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l")))) - (arguments - (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'compatibility - (lambda _ - (substitute* '("google/protobuf/internal/containers.py" - "google/protobuf/internal/well_known_types.py") - (("collections.Mutable") - "collections.abc.Mutable"))))))) - (inputs (list python-six)) - (native-inputs - (list python-setuptools-for-tensorflow)))) - (define-public python-proto-plus (package (name "python-proto-plus")