summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2018-09-13 17:32:29 -0400
committerBen Caimano <ben.caimano@10gen.com>2018-09-13 18:12:41 -0400
commitb66d32149095d365fa06637bd3211e97028d2e8d (patch)
tree281e36aad9a54b9c694bcac57cfa7f54f7b83478
parentaa86bc47e747419ed397d8bd3b2adbbb58417475 (diff)
downloadmongo-b66d32149095d365fa06637bd3211e97028d2e8d.tar.gz
SERVER-37133 Limit PyKMIP install to Python 2 only
-rw-r--r--etc/pip/constraints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/constraints.txt b/etc/pip/constraints.txt
index 4ed0c2c16ab..9fc75aab922 100644
--- a/etc/pip/constraints.txt
+++ b/etc/pip/constraints.txt
@@ -25,7 +25,6 @@ psutil==5.4.3
pycparser==2.18
pydocstyle==2.1.1
PyJWT==1.5.3
-PyKMIP==0.4.0
pylint==1.8.3
pymongo==3.6.1
python-dateutil==2.7.3
@@ -49,6 +48,7 @@ funcsigs==1.0.2; python_version < "3"
futures==3.2.0; python_version < "3"
ipaddress==1.0.22; python_version < "3"
ordereddict==1.1; python_version < "3"
+PyKMIP==0.4.0; python_version < "3"
singledispatch==3.4.0.3; python_version < "3"
typing==3.6.1; python_version < "3"