mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-09 03:56:39 -04:00
Merge pull request #984 from yorickvP/master
build-systems: add some more overrides
This commit is contained in:
commit
a15e04c464
1 changed files with 12 additions and 0 deletions
|
@ -9085,6 +9085,9 @@
|
||||||
"cython",
|
"cython",
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"msgpack-python": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"msgpack-types": [
|
"msgpack-types": [
|
||||||
"poetry"
|
"poetry"
|
||||||
],
|
],
|
||||||
|
@ -14869,6 +14872,9 @@
|
||||||
"cython",
|
"cython",
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"reserved": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"resolvelib": [
|
"resolvelib": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -15757,6 +15763,9 @@
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"setuptools-scm"
|
"setuptools-scm"
|
||||||
],
|
],
|
||||||
|
"singledispatch": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"single-source": [
|
"single-source": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
@ -18810,6 +18819,9 @@
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"setuptools-scm"
|
"setuptools-scm"
|
||||||
],
|
],
|
||||||
|
"zipseeker": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"zipstream": [
|
"zipstream": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue