From 139be83761ebb59b1f379f33a093afbda3813f41 Mon Sep 17 00:00:00 2001 From: Makrennel Date: Sun, 2 Jun 2024 05:27:36 +0100 Subject: [PATCH] Didn't realize this dep was in the python meta-pkg --- arch-packages/illogical-impulse-python/PKGBUILD | 1 - scriptdata/dependencies.conf | 3 --- 2 files changed, 4 deletions(-) diff --git a/arch-packages/illogical-impulse-python/PKGBUILD b/arch-packages/illogical-impulse-python/PKGBUILD index d8ddd373d..801e2829b 100644 --- a/arch-packages/illogical-impulse-python/PKGBUILD +++ b/arch-packages/illogical-impulse-python/PKGBUILD @@ -4,7 +4,6 @@ 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 diff --git a/scriptdata/dependencies.conf b/scriptdata/dependencies.conf index 82354ad8f..6abf4ff94 100644 --- a/scriptdata/dependencies.conf +++ b/scriptdata/dependencies.conf @@ -4,6 +4,3 @@ ### Most dependencies have been moved to meta packages as declared in arch-packages. ### Use this file for declaring extra dependencies which you need but are not declared by default. -### Uncomment to fix issue #197 -#python-setuptools-scm python-wheel -