Skip to content

Commit 68994b7

Browse files
committed
docs(requirements): remove old warning about clang
This warning text helped to build the python gevent library when Apple's compiler first switched to clang, but has not been necessary to build Deis on Mavericks for a long time now.
1 parent d01053c commit 68994b7

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

controller/requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Deis controller requirements
22
#
3-
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
4-
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
5-
#
63
Django==1.6.11
74
django-cors-headers==1.0.0
85
# required for south migrations

docs/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Please add any issues you find with this documentation to the
1818
(docs)$ pip install -r docs_requirements.txt
1919
```
2020

21-
See comments at the top of the ``docs_requirements.txt`` file if you
22-
have problems with this step on Mac OS X Mavericks.
23-
2421
2. Build the documentation and host it on a local web server:
2522

2623
```console

docs/docs_requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# one requirements file. Please keep it up-to-date with the root
55
# requirements.txt and dev_requirements.txt files.
66
#
7-
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
8-
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
9-
#
107
Django==1.6.11
118
django-cors-headers==1.0.0
129
# required for south migrations

0 commit comments

Comments
 (0)