summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-06-10 05:27:11 +0300
committerDaniel Bershatsky2023-06-10 05:27:11 +0300
commit1d068c5a2a771224a4b6ba481e506b20cf2b2f48 (patch)
tree98193d33289450b3657f90077a2514745743aebb
parent6f2c9fd11ec3d5ff3eec4174a6af2b821b5d708f (diff)
downloadaur-1d068c5a2a771224a4b6ba481e506b20cf2b2f48.tar.gz
Add missing dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49dc43bb7da9..15b4b4accc94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='http://github.com/mbr/asciitree'
license=('MIT')
depends=('python')
-depends=('python-build' 'python-installer' 'python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('4aa4b9b649f85e3fcb343363d97564aa1fb62e249677f2e18a96765145cc0f6e')