summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58034d492805..6e06fc3da760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = python-anesthetic-git
depends = python-matplotlib
depends = python-scipy
depends = python-pandas
- depends = python-fastkde
provides = python-anesthetic
conflicts = python-anesthetic
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 89dfdb05a053..2aa46353cdc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/williamjameshandley/anesthetic"
license=('MIT')
groups=()
-depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-pandas' 'python-fastkde')
+depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-pandas')
makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")