Drop unnecessary Depends on python-cffi (Closes: #849744)

Change-Id: I3a61c56576cb39d4e05b23c6c46fb8def23337d8
This commit is contained in:
Ondřej Nový 2017-01-02 23:58:22 +01:00
parent 5280cf2f42
commit 12db42a7dd
2 changed files with 8 additions and 4 deletions

6
debian/changelog vendored

@ -1,3 +1,9 @@
python-pygit2 (0.24.2-2) unstable; urgency=medium
* Drop unnecessary Depends on python-cffi (Closes: #849744)
-- Ondřej Nový <onovy@debian.org> Mon, 02 Jan 2017 23:58:16 +0100
python-pygit2 (0.24.2-1) unstable; urgency=medium
* New upstream release

6
debian/control vendored

@ -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,