From 2963e986fcc70fd664be2983f4d0b3e789bc4505 Mon Sep 17 00:00:00 2001 From: Netanel Cohen Date: Mon, 30 Sep 2024 15:21:26 +0300 Subject: [PATCH] rpcclient: update requirements for `capstone` Fix `ModuleNotFoundError: No module named 'distutils'` on Python 3.12 or higher --- src/rpcclient/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcclient/requirements.txt b/src/rpcclient/requirements.txt index f7cd87e6..a874231e 100644 --- a/src/rpcclient/requirements.txt +++ b/src/rpcclient/requirements.txt @@ -9,7 +9,7 @@ pygments objc_types_decoder pycrashreport>=1.0.2 lief -capstone<5.0.0 +capstone xonsh plumbum pygnuutils