9 buildPythonPackage rec {
11 version = "1.9.0.post1";
14 inherit pname version;
15 sha256 = "c006a85e7c60107c7cc6da1b184b5c719f6dd7202098196dfa6e55df669b59bf";
18 propagatedBuildInputs = [ httplib2 ];
19 buildInputs = [ mock coverage ];
21 # ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net
25 homepage = "https://github.com/simplegeo/python-oauth2";
26 description = "Library for OAuth version 1.0";
27 license = licenses.mit;
28 maintainers = with maintainers; [ ];
29 platforms = platforms.unix;