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