[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python2-netcdf4: Remove package.
From: |
guix-commits |
Subject: |
03/03: gnu: python2-netcdf4: Remove package. |
Date: |
Mon, 26 Oct 2020 12:02:52 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 952c62762d3bc8750dfd61a33b13d19ec9d775f7
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Oct 25 10:24:20 2020 +0000
gnu: python2-netcdf4: Remove package.
This fails to build, and as it's the Python 2 variant, I think it can be
removed.
* gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 751564f..63dadb2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -958,9 +958,6 @@ to users of that module.")
;; by the Expat license.
(license (list license:isc license:expat))))
-(define-public python2-netcdf4
- (package-with-python2 python-netcdf4))
-
(define-public python-license-expression
(package
(name "python-license-expression")