diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:22:36 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:22:36 +0000 |
commit | e2c2a5cc914da2f0b62ccf2ed4c1f993e2c5a6dc (patch) | |
tree | 24677130b05c88b0dd359d2d442a08ac8be05f91 /px/packages/python-xyz.scm | |
parent | 4427b8e3f2ff8d1f6cce8881655d139cd43bfcc3 (diff) |
px: Remove python-dbus-fast
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 80843c5..648eaec 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -905,24 +905,6 @@ communicating with your Coldcard over USB") (description "Stuff like well known applications that's shared across px-projects.") (license license:expat))) -(define-public python-dbus-fast - (package - (name "python-dbus-fast") - (version "1.95.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "dbus_fast" version)) - (sha256 - (base32 "0qfbqggh268vyai1dj3fpcn8p9dx9imknq02rkbfmkk2sdf4rmix")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - (home-page "https://github.com/Bluetooth-Devices/dbus-fast") - (synopsis "A faster version of dbus-next") - (description "This package provides a faster version of dbus-next") - (license license:expat))) - ;; etesync-dav: Requirement.parse('Flask-WTF<1.0.0,>=0.14.2'), {'etesync-dav'}) (define-public python-flask-wtf-0.15.1 (package |