Skip to content

Commit 64221ae

Browse files
authored
Remove cgroups extra since the dep has been removed (#49123)
The cgroups extra was in place for the CgroupTaskRunner, but that was removed in #43551 -- so this extra is for installing something that Airflow doesn't use anymore. Bye bye!
1 parent 1320fa4 commit 64221ae

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

airflow-core/LICENSE

-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ The text of each license is also included at 3rd-party-licenses/LICENSE-[project
246246

247247
(BSD 3 License) d3 v5.16.0 (https://d3js.org)
248248
(BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
249-
(BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
250249

251250
========================================================================
252251
See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`

airflow-core/pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ dependencies = [
164164
"apache-webhdfs" = [
165165
"apache-airflow-providers-apache-hdfs",
166166
]
167-
"cgroups" = [
168-
"cgroupspy>=0.2.2",
169-
]
170167
"cloudpickle" = [
171168
"cloudpickle>=2.2.1",
172169
]
@@ -223,7 +220,7 @@ dependencies = [
223220
"uv>=0.6.13",
224221
]
225222
"all" = [
226-
"apache-airflow-core[aiobotocore,async,apache-atlas,apache-webhdfs,cgroups,cloudpickle,github-enterprise,google-auth,graphviz,kerberos,ldap,otel,pandas,rabbitmq,s3fs,sentry,statsd,uv]"
223+
"apache-airflow-core[aiobotocore,async,apache-atlas,apache-webhdfs,cloudpickle,github-enterprise,google-auth,graphviz,kerberos,ldap,otel,pandas,rabbitmq,s3fs,sentry,statsd,uv]"
227224
]
228225

229226
[project.scripts]

clients/python/LICENSE

-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
247247

248248
(BSD 3 License) d3 v5.16.0 (https://d3js.org)
249249
(BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250-
(BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251250

252251
========================================================================
253252
See licenses/LICENSES-ui.txt for packages used in `/airflow/www`

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ packages = []
8585
"async" = [
8686
"apache-airflow-core[async]"
8787
]
88-
"cgroups" = [
89-
"apache-airflow-core[cgroups]"
90-
]
9188
"cloudpickle" = [
9289
"apache-airflow-core[cloudpickle]"
9390
]

0 commit comments

Comments
 (0)