summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-08-04 17:46:22 +0200
committergregor herrmann <gregoa@debian.org>2023-08-04 17:46:22 +0200
commitb4dfe5ff218bcbe025c30adf0e3cdc4f093cebe0 (patch)
tree96ab469baf58bb70a1cb80a78efd6b09f26c4f84
parent571a60cb2d9a19c59c6bfc97c6df9a06811c1f34 (diff)
Drop unneeded version constraints from (build) dependencies.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9e827cf..f459869 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
libanyevent-perl <!nocheck>,
libclass-xsaccessor-perl <!nocheck>,
libffi-checklib-perl (>= 0.28),
- libffi-platypus-perl (>= 0.86),
+ libffi-platypus-perl,
libimport-into-perl <!nocheck>,
libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
@@ -34,7 +34,7 @@ Depends: ${misc:Depends},
${perl:Depends},
libclass-xsaccessor-perl,
libffi-checklib-perl,
- libffi-platypus-perl (>= 0.86),
+ libffi-platypus-perl,
libimport-into-perl,
libmoo-perl,
libnamespace-clean-perl,