gnu: python2-oauthlib: Drop inherited fields.
* gnu/packages/python.scm (python2-oauthlib): Drop inherited fields.
This commit is contained in:
parent
bccf27cb3b
commit
89b5c60ef9
|
@ -1689,17 +1689,6 @@ OAuth request-signing logic.")
|
|||
(let ((base (package-with-python2 python-oauthlib)))
|
||||
(package
|
||||
(inherit base)
|
||||
(name "python2-oauthlib")
|
||||
(version "0.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append
|
||||
"https://pypi.python.org/packages/source/o/oauthlib/oauthlib-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yaj3j64la4arwsbhbfmpnickzh3jpg9nlpyg409v8pp24isn48a"))))
|
||||
(inputs
|
||||
(append (package-inputs base)
|
||||
`(("python2-unittest2" ,python2-unittest2)))))))
|
||||
|
|
Loading…
Reference in New Issue