9 buildPythonPackage rec {
10 pname = "facebook-sdk";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "138grz0n6plzdqgi4h6hhszf58bsvx9v76cwj51g1nd3kvkd5g6a";
19 propagatedBuildInputs = [ requests ];
21 # checks require network
25 ${python.interpreter} test/test_facebook.py
28 meta = with pkgs.lib; {
29 description = "Client library that supports the Facebook Graph API and the official Facebook JavaScript SDK";
30 homepage = "https://github.com/pythonforfacebook/facebook-sdk";
31 license = licenses.asl20;