mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -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": [
|
||||
"poetry-core"
|
||||
],
|
||||
"jupyter-server": [
|
||||
"jupyter-packaging"
|
||||
],
|
||||
"jupyterlab": [
|
||||
"jupyter-packaging"
|
||||
],
|
||||
"keystoneauth1": [
|
||||
"pbr"
|
||||
],
|
||||
|
@ -495,9 +501,6 @@
|
|||
"matrix-nio": [
|
||||
"poetry-core"
|
||||
],
|
||||
"metprint": [
|
||||
"poetry-core"
|
||||
],
|
||||
"mcstatus": [
|
||||
"poetry-core"
|
||||
],
|
||||
|
@ -514,6 +517,18 @@
|
|||
"memory-allocator": [
|
||||
"cython"
|
||||
],
|
||||
"metprint": [
|
||||
"poetry-core"
|
||||
],
|
||||
"mkdocs-autorefs": [
|
||||
"poetry"
|
||||
],
|
||||
"mkdocs-jupyter": [
|
||||
"poetry-core"
|
||||
],
|
||||
"mkdocstrings": [
|
||||
"pdm-pep517"
|
||||
],
|
||||
"mock": [
|
||||
"pbr"
|
||||
],
|
||||
|
@ -550,6 +565,9 @@
|
|||
"nats-python": [
|
||||
"poetry-core"
|
||||
],
|
||||
"nbclassic": [
|
||||
"jupyter-packaging"
|
||||
],
|
||||
"netcdf4": [
|
||||
"cython"
|
||||
],
|
||||
|
@ -909,6 +927,9 @@
|
|||
"pytile": [
|
||||
"poetry-core"
|
||||
],
|
||||
"pytkdocs": [
|
||||
"pdm-pep517"
|
||||
],
|
||||
"pytzdata": [
|
||||
"poetry"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue