Files
illogical-impulse/arch-packages/illogical-impulse-python/PKGBUILD
T
2024-06-01 18:10:42 +01:00

16 lines
292 B
Bash

pkgname=illogical-impulse-python
pkgver=1.0
pkgrel=1
pkgdesc='Illogical Impulse Python Dependencies'
arch=(any)
license=(None)
# Add `python-setuptools-scm` and `python-wheel` explicitly to fix #197
depends=(
python-build
python-pillow
python-pywal
python-setuptools-scm
python-wheel
)