replace python-magic with file-magic
This commit is contained in:
parent
dbb5b10f5e
commit
eaaa9d6c21
2 changed files with 30 additions and 1 deletions
25
0001-replace-python-magic-with-file-magic.patch
Normal file
25
0001-replace-python-magic-with-file-magic.patch
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue