poezio: fix missing dependencies

This commit is contained in:
Luca Matei Pintilie 2024-04-01 21:10:06 +02:00 committed by classabbyamp
parent 4d34b36621
commit 898aead87e
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'poezio' # Template file for 'poezio'
pkgname=poezio pkgname=poezio
version=0.14 version=0.14
revision=2 revision=3
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools pkg-config" hostmakedepends="python3-setuptools pkg-config"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3-slixmpp python3-aiodns python3-pyasn1-modules depends="python3-slixmpp python3-aiodns python3-pyasn1-modules
python3-typing_extensions python3-setuptools" python3-typing_extensions python3-setuptools python3-Pygments python3-qrcode python3-mpd2 python3-inotify python3-potr"
checkdepends="$depends"
short_desc="Console XMPP/Jabber client" short_desc="Console XMPP/Jabber client"
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>" maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="Zlib" license="Zlib"