Skip to content

Commit

Permalink
PKG: Fix dnspython patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Apr 5, 2017
1 parent 8f94b15 commit cc7003d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/patches/fix-dnspython-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-dnspython>=1.12.0
+dnspython3>=1.12.0
psutil>=2.1.1
python-dateutil>=2.4.2
pytz>=2015.4
python-dateutil>=2.5.0
python-termstyle==0.1.10
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
Expand All @@ -22,5 +22,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
- 'dnspython>=1.11.1',
+ 'dnspython3>=1.11.1',
'psutil>=1.2.1',
'python-dateutil>=2.0',
'python-dateutil>=2.5',
'python-termstyle>=0.1.10',

0 comments on commit cc7003d

Please sign in to comment.