mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
overrides: add build systems
This commit is contained in:
parent
8810f7d31d
commit
23140fef4e
1 changed files with 27 additions and 0 deletions
|
@ -1729,6 +1729,15 @@
|
||||||
"azure-batch": [
|
"azure-batch": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"azure-cli": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
|
"azure-cli-core": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
|
"azure-cli-telemetry": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"azure-common": [
|
"azure-common": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -1798,6 +1807,9 @@
|
||||||
"azure-mgmt-appconfiguration": [
|
"azure-mgmt-appconfiguration": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"azure-mgmt-appcontainers": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"azure-mgmt-applicationinsights": [
|
"azure-mgmt-applicationinsights": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -12052,6 +12064,9 @@
|
||||||
"pbr",
|
"pbr",
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"oschmod": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"oscpy": [
|
"oscpy": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -13363,9 +13378,18 @@
|
||||||
"pulumi-command": [
|
"pulumi-command": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"pulumi-gcp": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
|
"pulumi-kubernetes": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"pulumi-random": [
|
"pulumi-random": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"pulumi-tls": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"pure-cdb": [
|
"pure-cdb": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -13810,6 +13834,9 @@
|
||||||
"pycomfoconnect": [
|
"pycomfoconnect": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"pycomposefile": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"pycontracts": [
|
"pycontracts": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue