python-aws-sam-translator/ast_drop-compatible-releases-operator.patch
John Paul Adrian Glaubitz bf92e21c4a Accepting request 714614 from home:glaubitz:branches:devel:languages:python:aws
- 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
2019-07-15 11:46:51 +00:00

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