summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDringsim2024-04-20 20:04:56 +0800
committerDringsim2024-04-20 20:04:56 +0800
commitfe1ced06665f482c32f93cb26bce88c8c978cb91 (patch)
tree319e3c5e998ad9ceccbadf881fe25756447667ed /PKGBUILD
parentecd21998ce971fe2857a5a71df6559e4e1acba3a (diff)
downloadaur-fe1ced06665f482c32f93cb26bce88c8c978cb91.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d5e04908b60..dd543ed75527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='High-level geospatial data visualization library for Python'
url='https://github.com/ResidentMario/geoplot'
arch=('any')
license=('MIT')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-wheel')
depends=(
'python-matplotlib'
'python-seaborn'