diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-11-13 15:41:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-11-13 15:41:51 +0100 |
commit | cf0211ed3ef55a04c68cca707a6ddf3696c4553d (patch) | |
tree | a5fbbf86f6153aaa9c366cb56347a15265197980 /debian/control | |
parent | cb718a58f12446b3a76f0cfc91961a243b1ce981 (diff) | |
download | itzks-systems-cf0211ed3ef55a04c68cca707a6ddf3696c4553d.tar.gz itzks-systems-cf0211ed3ef55a04c68cca707a6ddf3696c4553d.tar.bz2 itzks-systems-cf0211ed3ef55a04c68cca707a6ddf3696c4553d.zip |
Use python-netaddr in standardskriver to make it recognize network addresses, as well.
* Use python-netaddr in standardskriver to make it recognize
network addresses, as well.
* debian/control:
+ Add dependency for bin:package itzks-systems-common: python-netaddr.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ada7857..d85a6c1 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Breaks: Depends: ${misc:Depends}, python, + python-netaddr, Description: Configuration for ITZkS Systems Set of configuration parameters and common files relevant to ITZkS systems. |