diff options
-rw-r--r-- | gnu/packages/protobuf.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index d6cc03faf3..f66e3469b8 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -285,9 +285,6 @@ language-neutral, platform-neutral extensible mechanism for serializing structured data.") (license license:expat))) -(define-public python2-protobuf - (package-with-python2 python-protobuf)) - ;; For tensorflow. (define-public python-protobuf-3.6 (package |