python3-i3ipc: add xlib dependency.

This commit is contained in:
travankor 2020-07-02 13:00:23 -07:00 committed by Andrew J. Hesford
parent c9c37eb735
commit be36812a04

View file

@ -1,11 +1,12 @@
# Template file for 'python3-i3ipc' # Template file for 'python3-i3ipc'
pkgname=python3-i3ipc pkgname=python3-i3ipc
version=2.2.1 version=2.2.1
revision=2 revision=3
archs=noarch archs=noarch
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-xlib"
short_desc="Improved Python library to control i3wm and sway" short_desc="Improved Python library to control i3wm and sway"
maintainer="Reed Wade <reedwade@misterbanal.net>" maintainer="Reed Wade <reedwade@misterbanal.net>"
license="BSD-3-Clause" license="BSD-3-Clause"