alot/0001-replace-python-magic-with-file-magic.patch
2025-12-11 20:53:38 +01:00

25 lines
640 B
Diff

From 893538d39f60003489200cf166f806a4c335097d Mon Sep 17 00:00:00 2001
From: Dick Marinus <dick@mrns.nl>
Date: Sat, 6 Dec 2025 20:59:33 +0100
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 4a0acac6..b2ea86fa 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",
"standard-mailcap; python_version>'3.12'"
--
2.52.0