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:43 +0700 |
commit | 9558355043f85a0ee1e247cfc2348ab5a49be7ee (patch) | |
tree | cd3709302a47bf8b2b8f5dcca490e39b71b1362e /desktop | |
parent | 56a872c998e5fed0a0205dac3c42e98c3890e58e (diff) |
desktop/nwg-wrapper: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-wrapper/nwg-wrapper.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/nwg-wrapper/nwg-wrapper.info b/desktop/nwg-wrapper/nwg-wrapper.info index 0b87fdb318cb..5b97fc123402 100644 --- a/desktop/nwg-wrapper/nwg-wrapper.info +++ b/desktop/nwg-wrapper/nwg-wrapper.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/nwg-piotr/nwg-wrapper/archive/v0.1.3/nwg-wrapper-0. MD5SUM="65b01a726309a0010cb43f3d1fb61073" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtk-layer-shell i3ipc python3-wheel" +REQUIRES="gtk-layer-shell i3ipc" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |