[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44208] [PATCH 3/3] gnu: python2-netcdf4: Remove package.
From: |
Christopher Baines |
Subject: |
[bug#44208] [PATCH 3/3] gnu: python2-netcdf4: Remove package. |
Date: |
Sun, 25 Oct 2020 10:35:08 +0000 |
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 0fe4703a27..4695869bc9 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")
--
2.28.0
[bug#44208] [PATCH 0/3] Update netcdf., Jonathan Brielmaier, 2020/10/25