- update to 2.12.1 - switch to pep517 - allow package build with setuptools < 65 - take up maintainership emoji > 2.7.0 is required for newer version of net-im/gajim PR: 279660 Approved by: kevans (maintainer)
10 lines
223 B
TOML
10 lines
223 B
TOML
--- pyproject.toml.orig 2024-05-20 10:49:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools>=65.0.0"]
|
|
+requires = ["setuptools>=63.0.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|