diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:10 +0700 |
commit | c963dbe758b88794015cd46bf732a2349d20cf3a (patch) | |
tree | 1b7cc02830af3be0a7d59db7b163f6f3c85e7c67 /python/python3-cinemagoer | |
parent | a4aa42271d7ec4607e9762efcb020e9a3f130351 (diff) |
python/python3-cinemagoer: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cinemagoer')
-rw-r--r-- | python/python3-cinemagoer/python3-cinemagoer.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-cinemagoer/python3-cinemagoer.info b/python/python3-cinemagoer/python3-cinemagoer.info index f201e60224303..01dc56eb36cf2 100644 --- a/python/python3-cinemagoer/python3-cinemagoer.info +++ b/python/python3-cinemagoer/python3-cinemagoer.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/cinemagoer/cinemagoer/archive/refs/tags/2023.05.01/ MD5SUM="b9008009d1aa547b2aa302a3483d41cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-atomicwrites python3-attrs lxml python3-more-itertools python3-pytest SQLAlchemy python3-tox python3-virtualenv" +REQUIRES="python3-atomicwrites python3-attrs lxml python3-more-itertools python3-pytest SQLAlchemy python3-tox" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |