From f205a676a4c4c6c84234a6540758bb40ddaba8af Mon Sep 17 00:00:00 2001 From: Hydrazer Date: Sat, 9 Oct 2021 06:54:52 -0600 Subject: [PATCH] added regex to python 3.9.4 --- packages/python/3.9.4/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/3.9.4/build.sh b/packages/python/3.9.4/build.sh index 1966bd9..737faf9 100755 --- a/packages/python/3.9.4/build.sh +++ b/packages/python/3.9.4/build.sh @@ -16,6 +16,6 @@ make install -j$(nproc) cd .. -rm -rf build +rm -rf build -bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy +bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy regex \ No newline at end of file