summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e001c8b0ceb..54c6e9df2a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = python-xray
depends = python-pandas
optdepends = python-netcdf4: NetCDF4 support
optdepends = python-bottleneck: Faster NaN operations
- optdepends = python-cyordereddict: Speed up most internal operations
optdepends = python-scipy: OPeNDAP support
optdepends = python-matplotlib: Plotting support
optdepends = python-dask: Enable out-of-core parallel computation
diff --git a/PKGBUILD b/PKGBUILD
index 0cdd423bca50..4e88d3267632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ makedepends=('python-setuptools')
depends=('python-numpy' 'python-pandas')
optdepends=('python-netcdf4: NetCDF4 support'
'python-bottleneck: Faster NaN operations'
- 'python-cyordereddict: Speed up most internal operations'
'python-scipy: OPeNDAP support'
'python-matplotlib: Plotting support'
'python-dask: Enable out-of-core parallel computation')