Commit 1f69e883 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Do not bring Jira's pythons modules

parent c8f1085d
......@@ -34,6 +34,7 @@ all: mongodb-service
tar xf mongodb-src-r4.4.6.tar.gz
patch -Np1 -d mongodb-src-r4.4.6 < mongodb-src-r4.4.6-no_debug.patch
patch -Np1 -d mongodb-src-r4.4.6 < mongodb-src-r4.4.6-fix_compile_error.patch
patch -Np1 -d mongodb-src-r4.4.6 < mongodb-src-r4.4.6-no_jira.patch
mkdir mongo-home
cd mongodb-src-r4.4.6 && HOME=$(CURDIR)/mongo-home pip3 install --upgrade pip
cd mongodb-src-r4.4.6 && HOME=$(CURDIR)/mongo-home pip3 install -r buildscripts/requirements.txt
......
diff -uNr mongodb-src-r4.4.6/etc/pip/dev-requirements.txt mongodb-src-r4.4.6-no_jira/etc/pip/dev-requirements.txt
--- mongodb-src-r4.4.6/etc/pip/dev-requirements.txt 2021-05-03 17:11:41.000000000 +0930
+++ mongodb-src-r4.4.6-no_jira/etc/pip/dev-requirements.txt 2025-05-08 11:46:42.715365570 +0930
@@ -6,4 +6,3 @@
-r components/resmoke.req
-r components/external_auth.req
-r components/evergreen.req
--r components/jiraclient.req
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment