mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
Python library initially forked from python-axolotl, heavily rewritten, focusing only on OMEMO cryptographic sessions, and not on communication protocols. PR: 271876 Co-Authored-By: Alastair Hogge <agh@riseup.net>
9 lines
223 B
TOML
9 lines
223 B
TOML
--- pyproject.toml.orig 2023-10-09 00:03:25 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]
|