From f6f3ba65f23622422a3499d52ccac051e1969936 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 28 Apr 2024 15:08:14 -0700 Subject: [PATCH] Remove docker module dependency --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index bc7a67d..d88cbcd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc="A set of helper scripts for handling Arch Linux packages" arch=('any') license=('MIT') groups=(pacman-helpers) -depends=(gist mlocate pacman python python-docker pyalpm) +depends=(gist mlocate pacman python pyalpm) makedepends=(git python-setuptools) optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script')