Skip to content

Commit

Permalink
devel/py-parver: Allow build with older py-setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 5, 2023
1 parent f132121 commit e994c3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devel/py-parver/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
--- pyproject.toml.orig 2022-11-11 21:29:27 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=64", "wheel"]
+requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

[project]

0 comments on commit e994c3e

Please sign in to comment.