summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2024-05-21 20:40:38 -0700
committerMike Javorski2024-05-21 20:40:38 -0700
commitd9b6cfda28da56f263ad9ef3729a0affc20bd49c (patch)
treee7ae0d5b9a22e1816257b0e110ace5321003152e /PKGBUILD
parent9c0a3098180f709febb49d8bd6c01baec58bc5ec (diff)
downloadaur-python-aws-lambda-builders.tar.gz
Re-Add python-setuptools make dependency to resolve build issue.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6938be387a6..5cc0af9c4871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aws-lambda-builders
_name=${pkgname#python-}
pkgver=1.50.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python library to compile, build & package AWS Lambda functions for several runtimes & framework'
arch=('any')
url="https://github.com/aws/aws-lambda-builders"
@@ -10,7 +10,7 @@ license=('Apache')
replaces=('python-aws_lambda_builders')
conflicts=('python-aws_lambda_builders')
depends=('python-six' 'python-wheel')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
options=(!emptydirs)
source=("https://github.com/aws/${_name}/archive/v$pkgver/${_name}-$pkgver.tar.gz")
sha256sums=('9b6775e3701dd794e8790cbe9c4a0fcb61e1800a4f2a1c840034c186ef09f6c0')