summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1aa3ab75ea2..ddc2a238f0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = when-changed-git
makedepends = git
depends = python
depends = python-watchdog
+ depends = python-setuptools
provides = when-changed
conflicts = when-changed
source = git+https://github.com/joh/when-changed.git
diff --git a/PKGBUILD b/PKGBUILD
index 914e961de861..9c3ef900eee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Execute a command when a file is changed."
arch=('any')
url="https://github.com/joh/when-changed"
license=('BSD')
-depends=('python' 'python-watchdog')
+depends=('python' 'python-watchdog' 'python-setuptools')
makedepends=('git')
provides=(when-changed)
conflicts=(when-changed)