mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
build-systems: add setuptools for various packages
Adds setuptools as build system for faust-streaming, mode-streaming, python-schema-registry-client, and svix-ksuid. All packages I've added these overrides to recently in my own builds
This commit is contained in:
parent
ed90486b3a
commit
674942c4c2
1 changed files with 12 additions and 0 deletions
|
@ -4748,6 +4748,9 @@
|
|||
"fasttext": [
|
||||
"setuptools"
|
||||
],
|
||||
"faust-streaming": [
|
||||
"setuptools"
|
||||
],
|
||||
"favicon": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -8459,6 +8462,9 @@
|
|||
"mockupdb": [
|
||||
"setuptools"
|
||||
],
|
||||
"mode-streaming": [
|
||||
"setuptools"
|
||||
],
|
||||
"moderngl": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -13378,6 +13384,9 @@
|
|||
"python-sat": [
|
||||
"setuptools"
|
||||
],
|
||||
"python-schema-registry-client": [
|
||||
"setuptools"
|
||||
],
|
||||
"python-simple-hipchat": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -15896,6 +15905,9 @@
|
|||
"svgwrite": [
|
||||
"setuptools"
|
||||
],
|
||||
"svix-ksuid": [
|
||||
"setuptools"
|
||||
],
|
||||
"swagger-spec-validator": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue