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",
|
||||
"setuptools"
|
||||
],
|
||||
"msgpack-python": [
|
||||
"setuptools"
|
||||
],
|
||||
"msgpack-types": [
|
||||
"poetry"
|
||||
],
|
||||
|
@ -14869,6 +14872,9 @@
|
|||
"cython",
|
||||
"setuptools"
|
||||
],
|
||||
"reserved": [
|
||||
"setuptools"
|
||||
],
|
||||
"resolvelib": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -15757,6 +15763,9 @@
|
|||
"setuptools",
|
||||
"setuptools-scm"
|
||||
],
|
||||
"singledispatch": [
|
||||
"setuptools"
|
||||
],
|
||||
"single-source": [
|
||||
"poetry-core"
|
||||
],
|
||||
|
@ -18810,6 +18819,9 @@
|
|||
"setuptools",
|
||||
"setuptools-scm"
|
||||
],
|
||||
"zipseeker": [
|
||||
"setuptools"
|
||||
],
|
||||
"zipstream": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue