summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormorguldir2019-03-17 16:52:20 +0100
committermorguldir2019-03-17 16:52:20 +0100
commit2f74fcf0b40c6e7a83ac5277cf5d8feca70d3b78 (patch)
treeafd4c318d5dd1794beecf9376e5214fb65681c7a /PKGBUILD
parent1941612367d9a50fada266c5a9eccf8692910b55 (diff)
downloadaur-2f74fcf0b40c6e7a83ac5277cf5d8feca70d3b78.tar.gz
Add python2-pbr as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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")