John Paul Adrian Glaubitz
bf92e21c4a
- Fix build on SLE-12 + Add python to BuildRequires for suse_version < 1500 + Set LANG to en_US.UTF8 before running testsuite + Refresh ast_drop-compatible-releases-operator.patch to strip "python_version<"3.4"" from install_requires OBS-URL: https://build.opensuse.org/request/show/714614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=6
14 lines
478 B
Diff
14 lines
478 B
Diff
diff -Nru serverless-application-model-1.11.0.orig/requirements/base.txt serverless-application-model-1.11.0/requirements/base.txt
|
|
--- serverless-application-model-1.11.0.orig/requirements/base.txt 2019-04-26 00:03:58.000000000 +0200
|
|
+++ serverless-application-model-1.11.0/requirements/base.txt 2019-07-10 14:43:48.484197605 +0200
|
|
@@ -1,5 +1,5 @@
|
|
-boto3~=1.5
|
|
-enum34~=1.1; python_version<"3.4"
|
|
-jsonschema~=2.6
|
|
-six~=1.11
|
|
+boto3>=1.5
|
|
+enum34>=1.1
|
|
+jsonschema>=2.6
|
|
+six>=1.11
|
|
|