diff options
Diffstat (limited to 'package/python-oauthlib/Config.in')
-rw-r--r-- | package/python-oauthlib/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-oauthlib/Config.in b/package/python-oauthlib/Config.in new file mode 100644 index 0000000000..982272cff4 --- /dev/null +++ b/package/python-oauthlib/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_OAUTHLIB + bool "python-oauthlib" + help + A generic, spec-compliant, thorough implementation of the OAuth + request-signing logic. + + https://github.com/idan/oauthlib |