diff options
author | bretello | 2023-05-21 20:34:47 +0200 |
---|---|---|
committer | bretello | 2023-05-21 20:34:47 +0200 |
commit | ab60c145f6eed5f449f45389a5dff716489a452b (patch) | |
tree | b7bfa0df11cc08ff8229329ab6583d02b5f18be3 | |
parent | db16dad417051599e07f621c5a451ffb5289dfb2 (diff) | |
download | aur-ab60c145f6eed5f449f45389a5dff716489a452b.tar.gz |
add python-installer dependency
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ arch=(any) url="https://git.decapod.one/brethil/bretellofier" license=('dowhateverthefuckyouwant') depends=(python) -makedepends=(python-wheel) +makedepends=(python-wheel python-installer) source=("git+https://git.decapod.one/brethil/bretellofier") sha256sums=(SKIP) |