nixos-config/pkgs/uwsm/0001-chore-add-build-backend-for-pyproject.patch

31 lines
668 B
Diff
Raw Normal View History

2024-01-21 02:06:53 +00:00
From 0f8ac87439450da38d5d590c4b9f094ba2572df7 Mon Sep 17 00:00:00 2001
From: Gabriel Arazas <foodogsquared@foodogsquared.one>
Date: Sun, 21 Jan 2024 08:54:17 +0800
Subject: [PATCH] chore: add build backend for pyproject
---
pyproject.toml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index 7de26ba..8263556 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,13 @@
+[build-system]
+requires = ["setuptools >= 61.0"]
+build-backend = "setuptools.build_meta"
+
+[project]
+dependencies = [
+ "pyxdg >= 0.28"
+ "dbus-python"
+]
+
[tool.pyright]
pythonVersion = "3.10"
pythonPlatform = "Linux"
--
2.42.0