summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2023-10-06 11:31:01 +0200
committerBrainDamage2023-10-06 11:31:01 +0200
commit3046384dad1f72806aeb56832996b370e095c20f (patch)
tree78872803aaa291211e87ffa3235a39cceff7d29b /PKGBUILD
parentf795c802efcbfa3fc806d41b451c1e26aa13fcda (diff)
downloadaur-3046384dad1f72806aeb56832996b370e095c20f.tar.gz
added missing dep to build in a clean chroot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f43101d7246e..c9a3438714e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tulir-telethon
pkgver=1.30.0a2
-pkgrel=1
+pkgrel=2
pkgdesc="is a fork of Telethon library with custom patches from Tulir."
arch=('any')
url="https://github.com/tulir/Telethon"
@@ -23,7 +23,7 @@ source=("https://files.pythonhosted.org/packages/source/${_basename::1}/${_basen
# template start; name=python-wheel; version=1;
depends+=('python')
-makedepends+=(python-build python-installer python-wheel)
+makedepends+=(python-build python-installer python-wheel python-setuptools)
build() {
cd "${srcdir}/${_dirname}"