1 { lib, buildPythonPackage, fetchPypi, pytest, pytest-cov, mock
2 , pytest-xdist, cov-core, glibcLocales }:
4 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "sha256-933etYrKRgSqJfOMIuIDL4Uv4/RdSEFMNWFtW5qiPpA=";
14 buildInputs = [ glibcLocales ];
23 # Disable checks because they are not stateless and require internet access.
29 description = "Dynect dns lib";
30 homepage = "https://dyn.readthedocs.org/en/latest/intro.html";
31 license = licenses.bsd3;