Skip to content

Commit d792c0e

Browse files
Salt Admindwoz
authored andcommitted
Use GitPython 2.1.15, move cryptography to req.txt
1 parent 50a0814 commit d792c0e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

pkg/osx/build_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ $MAKE install
271271
############################################################################
272272
# upgrade pip
273273
############################################################################
274-
$PIP install --upgrade pip
274+
$PIP install --upgrade pip wheel
275275

276276
############################################################################
277277
# Download and install salt python dependencies

pkg/osx/req.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ CherryPy==17.4.1
77
click==7.0
88
enum34==1.1.6
99
futures==3.2.0 ; python_version < "3.0"
10-
gitdb==0.6.4
11-
gitpython==2.1.11
10+
gitpython==2.1.15
1211
idna==2.8
1312
ipaddress==1.0.22
1413
jinja2==2.10.1
@@ -29,7 +28,6 @@ pyzmq==18.0.1
2928
requests==2.21.0
3029
setproctitle
3130
singledispatch==3.4.0.3
32-
smmap==0.9.0
3331
timelib==0.2.4
3432
tornado==4.5.3
3533
vultr==1.0.1

pkg/osx/req_ext.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
cryptography==2.6.1
21
pyopenssl==19.0.0

0 commit comments

Comments
 (0)