diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-10-03 17:46:03 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-06 00:58:06 +0200 |
commit | 8fee3b205e316586a72ef0202431547194e2c793 (patch) | |
tree | 131fe6f826696057d968e35a35361d3b623a64b5 /dev-vcs | |
parent | dev-libs/intel-compute-runtime: remove unused patch(es) (diff) | |
download | gentoo-8fee3b205e316586a72ef0202431547194e2c793.tar.gz gentoo-8fee3b205e316586a72ef0202431547194e2c793.tar.bz2 gentoo-8fee3b205e316586a72ef0202431547194e2c793.zip |
dev-vcs/git-cola: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch b/dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch deleted file mode 100644 index d1453c3f163e..000000000000 --- a/dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch +++ /dev/null @@ -1,24 +0,0 @@ -From b53983c7fa7d29dd6f474177015fcb6f2ee0e6d1 Mon Sep 17 00:00:00 2001 -From: David Aguilar <davvid@gmail.com> -Date: Thu, 2 Nov 2023 01:33:16 -0700 -Subject: [PATCH] pyproject.toml: list dependencies and optional-dependencies - as dynamic - -Signed-off-by: David Aguilar <davvid@gmail.com> ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 20b3008e0..97cdf79b4 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -13,7 +13,7 @@ classifiers = [ - "Topic :: Software Development :: Version Control :: Git", - ] - description = "A sleek and powerful Git GUI" --dynamic = ["version"] -+dynamic = ["dependencies", "optional-dependencies", "version"] - license = {file = "COPYING"} - readme = "README.md" - |