diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:15:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:15:25 +0000 |
commit | e55b90f8b425f465108d44744b01a82ee5f593b9 (patch) | |
tree | ae3d6f1b286d4703673c9a7d76d582ef2a0c8eb8 | |
parent | Releasing debian version 1.15.0-1. (diff) | |
download | iredis-e55b90f8b425f465108d44744b01a82ee5f593b9.tar.xz iredis-e55b90f8b425f465108d44744b01a82ee5f593b9.zip |
Removing manual depends on python3-pendulum, not required anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2a40a65..97328c6 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Architecture: all Depends: python3-importlib-resources, python3-mistune (>= 2.0.2), - python3-pendulum, python3-pytzdata, ${misc:Depends}, ${python3:Depends}, |