python-constantly: Update to 23.10.4, add new build dependency
[feed/packages.git] / lang / python / python-constantly / patches / 001-unpin-setuptools.patch
1 --- a/pyproject.toml
2 +++ b/pyproject.toml
3 @@ -1,5 +1,5 @@
4 [build-system]
5 -requires = ["setuptools>=68.2", "versioneer[toml]==0.29"]
6 +requires = ["setuptools", "versioneer[toml]==0.29"]
7 build-backend = "setuptools.build_meta"
8
9 [project]