about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:14:18 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-14 09:14:18 +0000
commit4e2c498e1136020f129f3c448a36388d327f507c (patch)
tree47edae3d9b8c1faeff772d353f26a569255c03ff
parent579cf1d03fb932083e6317967d1613d5c2587fb6 (diff)
downloadfocaccia-miasm-4e2c498e1136020f129f3c448a36388d327f507c.tar.gz
focaccia-miasm-4e2c498e1136020f129f3c448a36388d327f507c.zip
Make all extensions optional
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 20dee5fc..6a2cab8f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,7 +59,7 @@ include-package-data = true
 
 [[tool.setuptools.ext-modules]]
 name = "miasm.jitter.VmMngr"
-optional = false
+optional = true
 sources = [
   "src/miasm/jitter/vm_mngr.c",
   "src/miasm/jitter/vm_mngr_py.c",