python3Packages.bubop: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user