13 buildPythonPackage rec {
20 hash = "sha256-bbVuLEOit0JQ0cMy7yX+99wH3LbF+rUynde0RnuO17k=";
23 propagatedBuildInputs = [
36 # avoid tests which import random2, an abandoned library
38 "--ignore=tests/providers/test_ssn.py"
40 pythonImportsCheck = [ "faker" ];
43 description = "Python library for generating fake user data";
44 homepage = "http://faker.rtfd.org";
45 license = licenses.mit;
46 maintainers = with maintainers; [ lovek323 ];