python3Packages.executor: migrate to pyproject
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user