summarylogtreecommitdiffstats
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
parent92e4c189c6d0298d197c2fedaefa2cf561375ebc (diff)
downloadaur-a7ac273ec340e9cf41b8d65044a185b11c407d06.tar.gz
Add python-setuptools as a makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc08bae1e825..953af0372b96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-circuitbreaker
url = https://github.com/fabfuel/circuitbreaker
arch = x86_64
license = BSD
+ makedepends = python-setuptools
depends = python
source = python-circuitbreaker-1.2.0.tar.gz::https://github.com/fabfuel/circuitbreaker/archive/refs/tags/1.2.0.tar.gz
sha256sums = 8ea1249bb7cc5e89ec833fa68b21712a18aebe5480193d09b7f410668632cf6d
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')