gnu: python2-netcdf4: Remove package.
authorChristopher Baines <mail@cbaines.net>
Sun, 25 Oct 2020 10:24:20 +0000 (10:24 +0000)
committerChristopher Baines <mail@cbaines.net>
Mon, 26 Oct 2020 15:58:08 +0000 (15:58 +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

index 751564f..63dadb2 100644 (file)
@@ -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")