summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')