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 274844b7cb3e..50e8f4b03406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python2-evdev
license = BSD
makedepends = python2
makedepends = git
+ depends = python2-pbr
source = git+https://github.com/gvalkov/python-evdev#commit=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b3d3cf7fa755..b5daf0167ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="Python2 bindings for the Linux input subsystem"
arch=(x86_64)
url="https://python-evdev.readthedocs.io/en/latest/"
license=(BSD)
+depends=(python2-pbr)
makedepends=(python2 git)
_commit=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8 # tags/v1.1.2
source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit")