瀏覽代碼

Drop build-dependency on python-fastimport.

Jelmer Vernooij 5 年之前
父節點
當前提交
cda16bf8ae
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 0
      debian/changelog
  2. 0 2
      debian/control

+ 1 - 0
debian/changelog

@@ -7,6 +7,7 @@ dulwich (0.19.14-1) UNRELEASED; urgency=medium
   [ Jelmer Vernooij ]
   * New upstream release.
    + Fixes handling of ~ in global gitignore. Closes: #933192
+  * Drop build-dependency on python-fastimport.
 
  -- Jelmer Vernooij <jelmer@debian.org>  Sat, 30 Nov 2019 18:29:08 +0000
 

+ 0 - 2
debian/control

@@ -11,7 +11,6 @@ Build-Depends: debhelper-compat (= 12),
                python-all-dbg (>= 2.6.6-3),
                python-all-dev (>= 2.6.6-3),
                python-certifi,
-               python-fastimport (>= 0.9.0~bzr293),
                python-unittest2,
                python-urllib3 (>= 1.24.1),
                python3-all-dbg,
@@ -31,7 +30,6 @@ Depends: python-certifi,
          ${python:Depends},
          ${shlibs:Depends}
 Breaks: bzr-git (<< 0.6.13+bzr1650), python-breezy (<< 3.0.0~bzr7268)
-Recommends: python-fastimport
 Suggests: python-gpg
 Description: Python Git library
  Dulwich is a Python implementation of the file formats and protocols