1 { buildPythonPackage, fetchPypi, lib, pythonOlder }:
3 buildPythonPackage rec {
6 disabled = pythonOlder "3.6";
11 sha256 = "044af09374469c3a39eeea1a146e8cac27daec951f1f1f157b1962fc7cb9d1b7";
14 # needs networking for some tests
18 description = "A DNS toolkit for Python 3.x";
19 homepage = "http://www.dnspython.org";
20 # BSD-like, check https://www.dnspython.org/LICENSE for details
21 license = lib.licenses.free;