[Bug 294869] devel/{py-oci,oci-cli}: update to 2.173.0 / 3.81.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 294869] devel/{py-oci,oci-cli}: update to 2.173.0 / 3.81.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Apr 2026 22:32:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294869
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |270358
CC| |vvd@FreeBSD.org
--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Did you tested build?
I got error:
ERROR Missing dependencies:
setuptools==78.1.1
*** Error code 1
Workaround is the patch devel/py-oci/files/patch-pyproject.toml:
--- pyproject.toml.orig 2026-04-27 09:59:05 UTC
+++ pyproject.toml
@@ -5,9 +5,7 @@ requires = [
requires = [
"pbr==7.0.3; python_version < '3.8'",
"setuptools==59.6.0; python_version == '3.6'",
- "setuptools==68.0.0; python_version == '3.7'",
- "setuptools==75.3.2; python_version == '3.8'",
- "setuptools==78.1.1; python_version >= '3.9'",
+ "setuptools==63.1.0; python_version >= '3.7'",
"wheel"
]
build-backend = "setuptools.build_meta"
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
[Bug 270358] devel/py-setuptools: update to 81.0.0
--
You are receiving this mail because:
You are the assignee for the bug.