mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
commit
fc48a10e02
2 changed files with 10 additions and 1 deletions
|
@ -634,6 +634,12 @@
|
|||
"open-meteo": [
|
||||
"poetry-core"
|
||||
],
|
||||
"openapi-schema-validator": [
|
||||
"poetry-core"
|
||||
],
|
||||
"openapi-spec-validator": [
|
||||
"poetry-core"
|
||||
],
|
||||
"openstacksdk": [
|
||||
"pbr"
|
||||
],
|
||||
|
@ -1206,6 +1212,9 @@
|
|||
"structlog": [
|
||||
"flitBuildHook"
|
||||
],
|
||||
"structlog-sentry": [
|
||||
"poetry-core"
|
||||
],
|
||||
"subunit2sql": [
|
||||
"pbr"
|
||||
],
|
||||
|
|
|
@ -449,7 +449,7 @@ lib.composeManyExtensions [
|
|||
old: {
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'setup_requires="setupmeta"' 'setup_requires=[]'
|
||||
--replace 'setup_requires="setupmeta"' 'setup_requires=[]' \
|
||||
--replace 'versioning="devcommit"' 'version="${old.version}"'
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue