]> git.99rst.org Git - openwrt-packages.git/commit
vobject: add missing pytz and six dependencies
authorAlexandru Ardelean <redacted>
Sat, 18 Jul 2026 16:29:25 +0000 (19:29 +0300)
committerAlexandru Ardelean <redacted>
Wed, 22 Jul 2026 06:31:42 +0000 (09:31 +0300)
commit87a7be03268a42f5bd9003be5548ca79d3616872
tree81ddae6a1bd20336370ff1639d82d782d0a08746
parentc7e6d5ce4252fe3ebe7268cfea1e935cd5f52339
vobject: add missing pytz and six dependencies

vobject 0.9.9 lists both pytz and six as unconditional runtime requirements
in install_requires, but neither was in DEPENDS. Running the change_tz
console script failed with "ModuleNotFoundError: No module named 'pytz'".

six happened to resolve transitively through python3-dateutil even though
vobject/base.py imports it directly, so list it explicitly rather than rely
on another package's dependency.

Extend test.sh to check that both modules import and that vobject.change_tz
loads.

Fixes: https://github.com/openwrt/packages/issues/29992
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/vobject/Makefile
lang/python/vobject/test.sh
git clone https://git.99rst.org/PROJECT