diff options
| author | 2024-04-23 00:40:13 -0400 | |
|---|---|---|
| committer | 2024-04-23 00:40:13 -0400 | |
| commit | 9ff086c9a3f2ba7fb72a53de13428cc4cd2d8b4d (patch) | |
| tree | ead6b0ae3f551b0272b8bef4bf94781b9c43576d | |
| parent | 0199f695e93782d728bd31857afe54f4df92f351 (diff) | |
d/control: Drop python3-yapsy from Build-Depends, add python3-feedparser.
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index acd34c9..c103eda 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Build-Depends: python3-dateutil <!nocheck>, python3-doit (>= 0.32.0~), python3-docutils, + python3-feedparser <!nocheck>, python3-freezegun <!nocheck>, python3-ipykernel <!nocheck>, python3-jinja2 <!nocheck>, @@ -36,7 +37,6 @@ Build-Depends: python3-unidecode, python3-watchdog <!nocheck>, python3-yaml <!nocheck>, - python3-yapsy, Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: https://getnikola.com/ |
