summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-21 19:08:26 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-22 16:10:12 +0000
commit507c413cbaebc2ca904851dcf3c1f1ab24806fae (patch)
tree4191f55bdf14818fa020c8d3393afd952510653c /gnu
parent0b0e6e48c86dc5c9b64ffdead768e94ae91e4ef1 (diff)
gnu: python-pystray: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-pystray): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Id0ad19e27f96776d343dfea00e0b0bfe0eb7e02e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c68705e6bc..81815ab1f4c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31830,7 +31830,7 @@ Qt applications.")
(file-name (git-file-name name version))
(sha256
(base32 "1vj6c8s7rbc7xc4bi5brx5629ls1ri9prcw9290v85hagilmp609"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
(list
;; The test suite requires user interaction, there are no automated
@@ -31842,7 +31842,7 @@ Qt applications.")
;; Without setting this, pystray tries to connect to
;; X11 on import.
(setenv "PYSTRAY_BACKEND" "dummy"))))))
- (native-inputs (list python-sphinx))
+ (native-inputs (list python-sphinx python-setuptools))
(propagated-inputs (list python-pillow python-six python-xlib))
(home-page "https://github.com/moses-palmer/pystray")
(synopsis "Create a system tray icon")