summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2024-03-17 15:52:14 +0100
committerÉtienne Mollier <emollier@debian.org>2024-03-17 15:53:35 +0100
commit931536fb7e815644af2c2c545bc53dd46d437cd8 (patch)
treeacd156873a4a983b3c04a48217be5f940e41fba6
parent167e0eb6bd1dd9f2a268595cccfa7c7902160183 (diff)
d/control: demote python3-cryptography as recommendation.
While important, this dependency is not strictly needed, and this change facilitates installability of offpunk on architectures that do support rust yet, on which the module cryptography depends.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index df1cce4..c7827cd 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,9 @@ Package: offpunk
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
less,
- file,
- python3-cryptography,
+ file
Recommends: xdg-utils,
+ python3-cryptography,
python3-feedparser,
python3-bs4,
python3-readability,