10 buildPythonPackage rec {
12 version = "1.9.0.post1";
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "c006a85e7c60107c7cc6da1b184b5c719f6dd7202098196dfa6e55df669b59bf";
20 propagatedBuildInputs = [ httplib2 ];
26 # ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net
30 homepage = "https://github.com/simplegeo/python-oauth2";
31 description = "Library for OAuth version 1.0";
32 license = licenses.mit;
34 platforms = platforms.unix;