diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-28 10:30:22 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-02 07:54:31 +0700 |
commit | 27f2deded4875a99def5acfa1ca7fa76a7ac5609 (patch) | |
tree | fba0c09d5b2a87d4fcb200c330bffb62b9c529cf /python/pelican | |
parent | 76305f411c2eb0c9e449595eccb179e86a06bb59 (diff) |
python/pelican: fix deps.
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 b8a06af595a55..c3312f61dbf72 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="python3-wheel feedgenerator Unidecode python3-blinker pytz python3-dateutil python3-rich" +REQUIRES="feedgenerator Unidecode python3-blinker pytz python3-dateutil python3-rich" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |