diff options
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/device.scm | 1 | ||||
-rw-r--r-- | px/packages/python-xyz.scm | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index fae84e5..bcb4233 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -92,7 +92,6 @@ ("bash-minimal" ,bash-minimal))) (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs `(("python-requests" ,python-requests) - ("python-authlib-0.14.3" ,python-authlib-0.14.3) ("python-pycryptodomex" ,python-pycryptodomex) ("python-pyyaml" ,python-pyyaml) ("python-shortuuid" ,python-shortuuid-v1) diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 7d0a0b6..97628d8 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -288,27 +288,6 @@ module and then similar looking characters are removed.") (description "todo.") (license license:psfl))) -(define-public python-authlib-0.14.3 - (package - (name "python-authlib-0.14.3") - (version "0.14.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "Authlib" version)) - (sha256 - (base32 "1xljzkzhhc27rbr9zj37iv7cbwf6wqgbyq9gmki3svwrks790lnc")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - - (native-inputs `(("python-cryptography" ,python-cryptography))) - - (home-page "") - (synopsis "") - (description "todo.") - (license license:psfl))) - (define-public python-requests-cache (package (name "python-requests-cache") |