8 buildPythonPackage rec {
9 pname = "facebook-sdk";
13 inherit pname version;
14 sha256 = "138grz0n6plzdqgi4h6hhszf58bsvx9v76cwj51g1nd3kvkd5g6a";
17 propagatedBuildInputs = [ requests ];
19 # checks require network
23 ${python.interpreter} test/test_facebook.py
26 meta = with pkgs.lib; {
27 description = "Client library that supports the Facebook Graph API and the official Facebook JavaScript SDK";
28 homepage = "https://github.com/pythonforfacebook/facebook-sdk";
29 license = licenses.asl20 ;
30 maintainers = [ maintainers.costrouc ];