diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-06 15:45:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-06 15:45:31 +0200 |
commit | bde108e971b949d03c438f07880287fb28525704 (patch) | |
tree | 7d0e5095e3985da098746ad782ab355fe3b8206b /app-misc | |
parent | dev-python/twine: Remove old (diff) | |
download | gentoo-bde108e971b949d03c438f07880287fb28525704.tar.gz gentoo-bde108e971b949d03c438f07880287fb28525704.tar.bz2 gentoo-bde108e971b949d03c438f07880287fb28525704.zip |
app-misc/khal: Relax the dev-python/tzlocal dep again
The breaking change from tzlocal-3 has been reverted in tzlocal-4,
and khal now works again -- except for throwing a deprecation warning.
I suppose that's good again to relax the dep and make tzlocal upgrade
possible again.
Closes: https://bugs.gentoo.org/808795
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/khal/khal-0.10.4-r1.ebuild (renamed from app-misc/khal/khal-0.10.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/khal/khal-0.10.4.ebuild b/app-misc/khal/khal-0.10.4-r1.ebuild index 3fb13770ef22..3179def35992 100644 --- a/app-misc/khal/khal-0.10.4.ebuild +++ b/app-misc/khal/khal-0.10.4-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}] - <dev-python/tzlocal-3[${PYTHON_USEDEP}] + dev-python/tzlocal[${PYTHON_USEDEP}] dev-python/setproctitle[${PYTHON_USEDEP}]" BDEPEND=">dev-python/setuptools_scm-1.12.0[${PYTHON_USEDEP}] dev-python/vdirsyncer[${PYTHON_USEDEP}] |