Switch to using meta packages for dep installation

This commit is contained in:
Makrennel
2024-06-01 18:10:42 +01:00
parent 08c1719c68
commit 70ff862f2a
13 changed files with 209 additions and 6 deletions
@@ -0,0 +1,15 @@
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
)