summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-02-21 12:28:53 +0000
committerWill Handley2021-02-21 12:28:53 +0000
commitbb083b3cb8cf920a65ad5992bff607bddb6dbaa4 (patch)
tree89083d268d01304041fdf35423070f1f9928549c
parent9a2189b42b6dd7ab1adde868a44efafceeb7f479 (diff)
downloadaur-bb083b3cb8cf920a65ad5992bff607bddb6dbaa4.tar.gz
Adjusted dependencies
-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}")