Skip to content

Commit cb374b8

Browse files
authored
Merge pull request #62 from timvaillancourt/pin_requirements
Pin python requirements, pymongo 3.4 and README.md update for missing build-time deps
2 parents 52a7c49 + c81db13 commit cb374b8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Creates cluster-consistent point-in-time backups of MongoDB via wrapping 'mongod
2929
To build on CentOS/RedHat, you wil need the following packages (see command):
3030

3131
```
32-
yum install python python-devel python-virtualenv gcc
32+
yum install python python-devel python-virtualenv gcc make libffi-devel openssl-devel
3333
```
3434

3535
To install to default '*/usr/local/bin/mongodb-consistent-backup*':

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.3

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
multiprocessing
2-
Fabric
3-
pymongo
4-
pynsca
5-
PyYAML
6-
boto
7-
filechunkio
2+
Fabric==1.13.1
3+
pymongo==3.4.0
4+
pynsca==1.5
5+
PyYAML==3.12
6+
boto==2.45.0
7+
filechunkio==1.8

0 commit comments

Comments
 (0)