diff --git a/mypatch.patch b/mypatch.patch deleted file mode 100644 --- a/mypatch.patch +++ /dev/null @@ -1,35 +0,0 @@ -commit 5f53fcd5aab3aa563deaa98f9ad911d005d16302 -Author: Drew Maxwell -Date: Fri Feb 7 15:51:02 2020 -0800 - - Removing need for SVN download for LIT/LNT - -diff --git a/requirements.client.txt b/requirements.client.txt -index 2e129c0..2bf55bc 100644 ---- a/requirements.client.txt -+++ b/requirements.client.txt -@@ -1,22 +1,23 @@ - # Flask 0.11 does not work yet. - six - aniso8601==1.2.0 - Flask==0.12.2 - Flask-RESTful==0.3.4 - Jinja2==2.7.2 - MarkupSafe==0.23 - SQLAlchemy==1.1.11 - Werkzeug==0.12.2 - itsdangerous==0.24 - python-dateutil==2.6.0 - python-gnupg==0.3.7 - pytz==2016.10 - WTForms==2.0.2 - Flask-WTF==0.12 - typing - click==6.7 - pyyaml==3.13 - requests - future --# No longer needed due to Monorepo - #-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit -+# Use Monorepo rather than SVN for LIT -+-e git+git://github.com/llvm/llvm-project.git#egg=lit&subdirectory=llvm/utils/lit