1 { lib, buildPythonPackage, fetchPypi, pytest, pytest-cov, mock
2 , pytest-xdist, covCore, glibcLocales }:
4 buildPythonPackage rec {
10 sha256 = "e112149d48b4500c18b3cfb6e0e6e780bb5aa0e56ff87cac412280200b9ec8bf";
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;