Skip to content

Commit 6a34c52

Browse files
committed
Added dependency to python-dns package.
1 parent a81cb74 commit 6a34c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Description: Python library for communication with XMPP (Jabber) servers
2323

2424
Package: python2.3-xmpp
2525
Architecture: all
26-
Depends: python2.3
26+
Depends: python2.3, python-dns
2727
Description: Python library for communication with XMPP (Jabber) servers
2828
This is a set of modules providing functionality for writing
2929
xmpp-compliant client or component in python.
@@ -37,7 +37,7 @@ Description: Python library for communication with XMPP (Jabber) servers
3737

3838
Package: python2.4-xmpp
3939
Architecture: all
40-
Depends: python2.4
40+
Depends: python2.4, python-dns
4141
Description: Python library for communication with XMPP (Jabber) servers
4242
This is a set of modules providing functionality for writing
4343
xmpp-compliant client or component in python.

0 commit comments

Comments
 (0)