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": [
|
"open-meteo": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"openapi-schema-validator": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
|
"openapi-spec-validator": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"openstacksdk": [
|
"openstacksdk": [
|
||||||
"pbr"
|
"pbr"
|
||||||
],
|
],
|
||||||
|
@ -1206,6 +1212,9 @@
|
||||||
"structlog": [
|
"structlog": [
|
||||||
"flitBuildHook"
|
"flitBuildHook"
|
||||||
],
|
],
|
||||||
|
"structlog-sentry": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"subunit2sql": [
|
"subunit2sql": [
|
||||||
"pbr"
|
"pbr"
|
||||||
],
|
],
|
||||||
|
|
|
@ -449,7 +449,7 @@ lib.composeManyExtensions [
|
||||||
old: {
|
old: {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace 'setup_requires="setupmeta"' 'setup_requires=[]'
|
--replace 'setup_requires="setupmeta"' 'setup_requires=[]' \
|
||||||
--replace 'versioning="devcommit"' 'version="${old.version}"'
|
--replace 'versioning="devcommit"' 'version="${old.version}"'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue