From cc2c4cdc3841c2c4eafef6594bd8070614476f90 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 10 Jan 2024 12:08:46 +0700 Subject: [PATCH] use the correct package name for the gi bindings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dfcbe3c7d..6e913fe457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "gobject-introspection", + "PyGObject", "pillow", ]