python3-i3ipc: add xlib dependency.
This commit is contained in:
parent
c9c37eb735
commit
be36812a04
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-i3ipc'
|
||||
pkgname=python3-i3ipc
|
||||
version=2.2.1
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-xlib"
|
||||
short_desc="Improved Python library to control i3wm and sway"
|
||||
maintainer="Reed Wade <reedwade@misterbanal.net>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue