On Wed, Jul 27, 2016 at 02:35:28AM +0200, Danny Milosavljevic wrote: > * gnu/packages/networking.scm (python2-pydns): New variable.
Thanks for this patch! > @@ -607,3 +608,25 @@ offline emulation of DNS.") > (description "The Perl module 'Geo::IP'. > It looks up location and network information by IP Address.") > (license (package-license perl)))) > + > +(define-public python2-pydns It doesn't apply to the current master branch. Can you regenerate it and make sure it applies? > + (arguments > + `(#:tests? #f #| there are no tests |# > + #:python ,python-2)) Does it only work with python-2? If so, we can add a comment saying so. Otherwise, let's package both versions.