13 buildPythonPackage rec {
20 hash = "sha256-XWt4gLO+pwgHXd+Rk4QkRT8HBTpZ+PoEU8GHDfb/MpI=";
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 ];