jrnl: add python3-packaging dependency
This commit is contained in:
parent
a249c2b946
commit
d4f74b3913
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue