python3Packages.bubop: fix build

This commit is contained in:
Sigmanificient
2026-03-20 01:24:12 +01:00
parent 0242d91e5d
commit aed7a13afc
@@ -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