Package: src:python-pygit2
Severity: normal
Tags: patch
python-pygit2 uses the out-of-line mode for driving cffi, which means
that only the cffi backend is required at runtime, not support for
building the cffi modules.
This means that the Depends on python{3,}-cffi can be dropped.
SR
From 971246798914223a745214ce65a02564ea96db56 Mon Sep 17 00:00:00 2001
From: Stefano Rivera <[email protected]>
Date: Fri, 30 Dec 2016 12:00:02 +0100
Subject: [PATCH] Drop unnecessary Depends on python-cffi
---
debian/control | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index eacd5a9..4e0a3db 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,7 @@ Homepage: https://github.com/libgit2/pygit2
Package: python-pygit2
Architecture: any
-Depends: python-cffi (>= 0.9.2),
- ${misc:Depends},
+Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
Suggests: python-pygit2-doc,
@@ -40,8 +39,7 @@ Description: bindings for libgit2 - Python 2.x
Package: python3-pygit2
Architecture: any
-Depends: python3-cffi (>= 0.9.2),
- ${misc:Depends},
+Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests: python-pygit2-doc,
--
2.11.0