mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-pykeepass: add missing dateutil dependancy
This commit is contained in:
parent
e92b75ba5b
commit
f9e3591995
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python-pykeepass'
|
# Template file for 'python-pykeepass'
|
||||||
pkgname=python-pykeepass
|
pkgname=python-pykeepass
|
||||||
version=3.0.2
|
version=3.0.2
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pykeepass-${version}"
|
wrksrc="pykeepass-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pykeepass"
|
pycompile_module="pykeepass"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-argon2 python-construct python-lxml python-pycryptodome"
|
depends="python-dateutil python-argon2 python-construct python-lxml
|
||||||
|
python-pycryptodome"
|
||||||
short_desc="Python2 library to interact with keepass databases"
|
short_desc="Python2 library to interact with keepass databases"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
@ -18,7 +19,7 @@ checksum=20b53d10e9c319301929f029579623562c815c4b4c787bf96d4bd7680581d6cd
|
||||||
python3-pykeepass_package() {
|
python3-pykeepass_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="pykeepass"
|
pycompile_module="pykeepass"
|
||||||
depends="python3-argon2 python3-construct python3-lxml
|
depends="python3-dateutil python3-argon2 python3-construct python3-lxml
|
||||||
python3-pycryptodome"
|
python3-pycryptodome"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue