pythonPackages.dnslib: init at 0.9.9 (#57101)

This commit is contained in:
Pierre Bourdon
2019-03-25 08:57:58 +01:00
committed by Robert Schütz
parent 4697790b3c
commit 6beffff797
2 changed files with 22 additions and 0 deletions

View File

@@ -1749,6 +1749,8 @@ in {
dmenu-python = callPackage ../development/python-modules/dmenu { };
dnslib = callPackage ../development/python-modules/dnslib { };
dnspython = callPackage ../development/python-modules/dnspython { };
dns = self.dnspython; # Alias for compatibility, 2017-12-10