File tree 5 files changed +3
-5
lines changed
src/aws_encryption_sdk_dafny
5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ TRANSLATION_RECORD_PYTHON := \
115
115
--translation-record ../mpl/ComAmazonawsKms/runtimes/python/src/aws_cryptography_internal_kms/internaldafny/generated/dafny_src-py.dtr \
116
116
--translation-record ../mpl/ComAmazonawsDynamodb/runtimes/python/src/aws_cryptography_internal_dynamodb/internaldafny/generated/dafny_src-py.dtr \
117
117
--translation-record ../mpl/AwsCryptographyPrimitives/runtimes/python/src/aws_cryptography_primitives/internaldafny/generated/dafny_src-py.dtr \
118
- --translation-record ../mpl/AwsCryptographicMaterialProviders/runtimes/python/src/aws_cryptographic_material_providers/internaldafny/generated/dafny_src-py.dtr
118
+ --translation-record ../mpl/AwsCryptographicMaterialProviders/runtimes/python/src/aws_cryptographic_material_providers/internaldafny/generated/dafny_src-py.dtr
119
119
120
120
PYTHON_DEPENDENCY_MODULE_NAMES := \
121
121
--dependency-library-name=aws.cryptography.primitives=aws_cryptography_primitives \
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ aws-cryptographic-material-providers = { path = "../../../mpl/AwsCryptographicMa
32
32
pytest = " ^7.4.0"
33
33
34
34
[build-system ]
35
- requires = [" poetry-core" ]
35
+ requires = [" poetry-core<2.0.0 " ]
36
36
build-backend = " poetry.core.masonry.api"
Original file line number Diff line number Diff line change 3
3
4
4
# Initialize generated Dafny
5
5
from .internaldafny .generated import module_
6
-
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ImplementationFromDafny-cs.dtr
5
5
TestsFromDafny-cs.dtr
6
6
** /bin
7
7
** /obj
8
- * .pyc
9
8
runtimes /java /dafny
10
9
runtimes /** /encrypt-manifest.json
11
10
runtimes /** /decrypt-manifest.json
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ aws-encryption-sdk = "4.0.0"
25
25
pytest = " ^7.4.0"
26
26
27
27
[build-system ]
28
- requires = [" poetry-core" ]
28
+ requires = [" poetry-core<2.0.0 " ]
29
29
build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments