# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1270512318 18000
#      Mon Apr 05 19:05:18 2010 -0500
# Node ID 6f06c47842d60b4be2144d905a1b19903add117e
# Parent  3aa43b60697c9c46ce1691ee2a657b75087e3fc0
setup.py: depend on dulwich 0.5.1 or later

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -19,5 +19,5 @@
     keywords='hg git mercurial',
     license='GPLv2',
     packages=['hggit'],
-    install_requires=['dulwich>=0.4.0'],
+    install_requires=['dulwich>=0.5.1'],
 )