diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:38:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 07:59:44 +0700 |
commit | 2ff8c9ca022f09c04370d21a7e4fd8a1ade1206f (patch) | |
tree | 3a65f9bb08c3ca8b798bb0edce2a39aa6283a282 /desktop | |
parent | 9558355043f85a0ee1e247cfc2348ab5a49be7ee (diff) |
desktop/python3-autotiling: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/python3-autotiling/python3-autotiling.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/python3-autotiling/python3-autotiling.info b/desktop/python3-autotiling/python3-autotiling.info index 8989868356465..f5417707ba896 100644 --- a/desktop/python3-autotiling/python3-autotiling.info +++ b/desktop/python3-autotiling/python3-autotiling.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/2d/1c/4950554c12351751d48e87e0 MD5SUM="3407cf7567021e4f2a74962c4c82ee39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-wheel i3ipc" +REQUIRES="i3ipc" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |