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:
Darrion Vinson 2022-10-19 10:58:21 -07:00
parent ed90486b3a
commit 674942c4c2

View file

@ -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"
],