diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-06 21:29:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-07 23:44:38 +0700 |
commit | 0be8ba450a40c49b661d300c1059dd46447a335b (patch) | |
tree | c0fa09f0f6e17fb7871d3fd6aee0e25513ec6e9d /python/pelican | |
parent | 784a772a0fc39bd9b44d4d69f2faa0d4dd52ae9a (diff) |
python/pelican: Rename pytz dependency
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pelican')
-rw-r--r-- | python/pelican/pelican.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pelican/pelican.info b/python/pelican/pelican.info index c3312f61dbf7..c0f09ad8162f 100644 --- a/python/pelican/pelican.info +++ b/python/pelican/pelican.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pelican/pelican-4.8.0 MD5SUM="ca1169eeed239f82c3402af27b0aece7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="feedgenerator Unidecode python3-blinker pytz python3-dateutil python3-rich" +REQUIRES="feedgenerator Unidecode python3-blinker python3-pytz python3-dateutil python3-rich" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |