python3Packages.executor: migrate to pyproject

This commit is contained in:
Timo Gottszky
2026-06-04 20:54:28 +02:00
parent 1ec8081a9f
commit 1dfa19f60f
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "executor";
version = "23.2";
format = "setuptools";
pyproject = true;
# pipes is removed in python 3.13
disabled = pythonAtLeast "3.13";