python3Packages.bubop: fix build (#501474)

This commit is contained in:
Pol Dellaiera
2026-03-20 10:18:32 +00:00
committed by GitHub
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
poetry-dynamic-versioning,
loguru,
python-dateutil,
pyyaml,
@@ -24,14 +25,14 @@ buildPythonPackage rec {
postPatch = ''
# Those versions seems to work with `bubop`.
substituteInPlace pyproject.toml \
--replace-fail 'loguru = "^0.5.3"' 'loguru = "^0.7"' \
--replace-fail 'PyYAML = "~5.3.1"' 'PyYAML = "^6.0"'
'';
nativeBuildInputs = [ poetry-core ];
build-system = [
poetry-core
poetry-dynamic-versioning
];
propagatedBuildInputs = [
dependencies = [
loguru
python-dateutil
pyyaml