- Update the patch ast_drop-compatible-releases-operator.patch to

not pull enum34 on python3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2019-07-19 13:07:38 +00:00 committed by Git OBS Bridge
parent bf92e21c4a
commit b24aaa680b
2 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@ diff -Nru serverless-application-model-1.11.0.orig/requirements/base.txt serverl
-jsonschema~=2.6
-six~=1.11
+boto3>=1.5
+enum34>=1.1
+enum34>=1.1; python_version<"3.4"
+jsonschema>=2.6
+six>=1.11

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 19 13:07:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update the patch ast_drop-compatible-releases-operator.patch to
not pull enum34 on python3
-------------------------------------------------------------------
Thu Jul 11 09:43:24 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>