mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #542 from cpcloud/build-systems
Add more build systems overrides
This commit is contained in:
commit
1e91b23606
1 changed files with 24 additions and 3 deletions
|
@ -429,6 +429,12 @@
|
||||||
"json-schema-for-humans": [
|
"json-schema-for-humans": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"jupyter-server": [
|
||||||
|
"jupyter-packaging"
|
||||||
|
],
|
||||||
|
"jupyterlab": [
|
||||||
|
"jupyter-packaging"
|
||||||
|
],
|
||||||
"keystoneauth1": [
|
"keystoneauth1": [
|
||||||
"pbr"
|
"pbr"
|
||||||
],
|
],
|
||||||
|
@ -495,9 +501,6 @@
|
||||||
"matrix-nio": [
|
"matrix-nio": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
"metprint": [
|
|
||||||
"poetry-core"
|
|
||||||
],
|
|
||||||
"mcstatus": [
|
"mcstatus": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
@ -514,6 +517,18 @@
|
||||||
"memory-allocator": [
|
"memory-allocator": [
|
||||||
"cython"
|
"cython"
|
||||||
],
|
],
|
||||||
|
"metprint": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
|
"mkdocs-autorefs": [
|
||||||
|
"poetry"
|
||||||
|
],
|
||||||
|
"mkdocs-jupyter": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
|
"mkdocstrings": [
|
||||||
|
"pdm-pep517"
|
||||||
|
],
|
||||||
"mock": [
|
"mock": [
|
||||||
"pbr"
|
"pbr"
|
||||||
],
|
],
|
||||||
|
@ -550,6 +565,9 @@
|
||||||
"nats-python": [
|
"nats-python": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"nbclassic": [
|
||||||
|
"jupyter-packaging"
|
||||||
|
],
|
||||||
"netcdf4": [
|
"netcdf4": [
|
||||||
"cython"
|
"cython"
|
||||||
],
|
],
|
||||||
|
@ -909,6 +927,9 @@
|
||||||
"pytile": [
|
"pytile": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"pytkdocs": [
|
||||||
|
"pdm-pep517"
|
||||||
|
],
|
||||||
"pytzdata": [
|
"pytzdata": [
|
||||||
"poetry"
|
"poetry"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue