jrnl: add python3-packaging dependency

This commit is contained in:
Artem Zhurikhin 2020-11-06 22:22:59 +03:00 committed by Đoàn Trần Công Danh
parent a249c2b946
commit d4f74b3913

View file

@ -1,12 +1,12 @@
# Template file for 'jrnl'
pkgname=jrnl
version=2.4.5
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
python3-dateutil python3-keyring python3-parsedatetime python3-passlib
python3-pytz python3-tzlocal python3-xdg python3-yaml"
python3-pytz python3-tzlocal python3-xdg python3-yaml python3-packaging"
short_desc="Simple journal application for your command line"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"