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