diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-15 12:07:39 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-15 12:07:39 +0200 |
| commit | 9a6afcb14708d17c2be464f189c664a8fc1992df (patch) | |
| tree | f694f140d9918e0cee295fa47c91953ec13ae3b4 | |
| parent | 65aa8e9fe11ddc2c435f0652a34e770aaa1bfe68 (diff) | |
gnu: Remove python-protobuf-3.6.
* gnu/packages/protobuf.scm (python-protobuf-3.6): Delete variable.
Change-Id: Ib40a39d971da11a4612019790e3e16d1fdb73987
| -rw-r--r-- | gnu/packages/protobuf.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 0aa82e5952..4b9e5909e8 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") |
