Remove docker module dependency

This commit is contained in:
Eric Torres 2024-04-28 15:08:14 -07:00
parent 47f040a5f7
commit f6f3ba65f2

View File

@ -6,7 +6,7 @@ pkgdesc="A set of helper scripts for handling Arch Linux packages"
arch=('any') arch=('any')
license=('MIT') license=('MIT')
groups=(pacman-helpers) groups=(pacman-helpers)
depends=(gist mlocate pacman python python-docker pyalpm) depends=(gist mlocate pacman python pyalpm)
makedepends=(git python-setuptools) makedepends=(git python-setuptools)
optdepends=('fzf: for the fqo script' optdepends=('fzf: for the fqo script'
'mlocate: for the fqo script') 'mlocate: for the fqo script')