summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-11-08 20:11:54 -0500
committerAndrew O'Neill2021-11-08 20:11:54 -0500
commita7ac273ec340e9cf41b8d65044a185b11c407d06 (patch)
tree3027e8a03b97507d003d0d5819661a9c701df183 /PKGBUILD
parent92e4c189c6d0298d197c2fedaefa2cf561375ebc (diff)
downloadaur-a7ac273ec340e9cf41b8d65044a185b11c407d06.tar.gz
Add python-setuptools as a makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14eda2d58e9f..1c3fbe378c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc='Python implementation of the Circuit Breaker pattern'
arch=('x86_64')
url="https://github.com/fabfuel/${_pyname}"
license=('BSD')
+makedepends=('python-setuptools')
depends=('python')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('8ea1249bb7cc5e89ec833fa68b21712a18aebe5480193d09b7f410668632cf6d')