- 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:
parent
bf92e21c4a
commit
b24aaa680b
@ -7,7 +7,7 @@ diff -Nru serverless-application-model-1.11.0.orig/requirements/base.txt serverl
|
|||||||
-jsonschema~=2.6
|
-jsonschema~=2.6
|
||||||
-six~=1.11
|
-six~=1.11
|
||||||
+boto3>=1.5
|
+boto3>=1.5
|
||||||
+enum34>=1.1
|
+enum34>=1.1; python_version<"3.4"
|
||||||
+jsonschema>=2.6
|
+jsonschema>=2.6
|
||||||
+six>=1.11
|
+six>=1.11
|
||||||
|
|
||||||
|
@ -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>
|
Thu Jul 11 09:43:24 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user