alot/0001-replace-python-magic-with-file-magic.patch
2025-04-29 21:19:56 +02:00

25 lines
597 B
Diff

From a187328cd232124c49b60954f970a8566869cfbb Mon Sep 17 00:00:00 2001
From: Dick Marinus <dick@mrns.nl>
Date: Tue, 22 Apr 2025 20:32:23 +0200
Subject: [PATCH] replace python-magic with file-magic
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index ac26a7b2..a54dabff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
"urwid>=1.3.0",
"urwidtrees>=1.0.3",
"twisted>=18.4.0",
- "python-magic",
+ "file-magic",
"configobj>=4.7.0",
"gpg>1.10.0",
]
--
2.49.0