summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 804a455276..dc9e7d064b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35738,8 +35738,9 @@ generator for Python.")
(sha256
(base32
"0rma8pdsjsy00cg76q6q4qki4xpldykmz1m6dl3w2bjjxfhlbaz5"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;needs network
+ (native-inputs (list python-setuptools))
(propagated-inputs (list python-requests))
(home-page "https://misskeypy.readthedocs.io")
(synopsis "Python bindings for Misskey's API")