commit: bde108e971b949d03c438f07880287fb28525704 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 6 13:45:31 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 6 13:45:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde108e9
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 <AT> gentoo.org> app-misc/khal/{khal-0.10.4.ebuild => khal-0.10.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/khal/khal-0.10.4.ebuild b/app-misc/khal/khal-0.10.4-r1.ebuild similarity index 96% rename from app-misc/khal/khal-0.10.4.ebuild rename to 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}]