File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@lucmcdon/ python-mpl-v2 #subdirectory=AwsCryptographicMaterialProviders/runtimes/python
1
+ aws-cryptographic-materialproviders @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-with-dafny-code #subdirectory=AwsCryptographicMaterialProviders/runtimes/python
Original file line number Diff line number Diff line change 1
- aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@lucmcdon/ python-mpl-v2 #subdirectory=AwsCryptographicMaterialProviders/runtimes/python
1
+ aws-cryptographic-materialproviders @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-with-dafny-code #subdirectory=AwsCryptographicMaterialProviders/runtimes/python
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ def get_requirements():
43
43
# TODO-MPL: Point at PyPI once MPL is released.
44
44
# This blocks releasing ESDK-Python MPL integration.
45
45
extras_require = {
46
- "MPL" : ["aws-cryptographic-material-providers @" \
46
+ "MPL" : ["aws-cryptographic-materialproviders @" \
47
47
"git+https://github.com/aws/aws-cryptographic-material-providers-library.git@" \
48
- "lucmcdon/ python-mpl-v2 #subdirectory=AwsCryptographicMaterialProviders/runtimes/python" ],
48
+ "python-with-dafny-code #subdirectory=AwsCryptographicMaterialProviders/runtimes/python" ],
49
49
},
50
50
classifiers = [
51
51
"Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 1
- amazon-cryptographic-material-providers-test-vectors @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@lucmcdon/ python-mpl-v2 #subdirectory=TestVectorsAwsCryptographicMaterialProviders/runtimes/python
1
+ aws-cryptography-internal-mpl-testvectors @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-with-dafny-code #subdirectory=TestVectorsAwsCryptographicMaterialProviders/runtimes/python
Original file line number Diff line number Diff line change 1
1
"""Singleton provider for the KeyVectors client."""
2
2
# # Ignore missing MPL TestVectors for pylint, but the MPL TestVectors is required for this file
3
3
# pylint: disable=import-error
4
- from aws_cryptography_materialproviderstestvectorkeys .smithygenerated .\
4
+ from aws_cryptography_materialproviders_test_vectors .smithygenerated .\
5
5
aws_cryptography_materialproviderstestvectorkeys .client import (
6
6
KeyVectors ,
7
7
)
8
- from aws_cryptography_materialproviderstestvectorkeys .smithygenerated .\
8
+ from aws_cryptography_materialproviders_test_vectors .smithygenerated .\
9
9
aws_cryptography_materialproviderstestvectorkeys .config import (
10
10
KeyVectorsConfig
11
11
)
Original file line number Diff line number Diff line change 19
19
20
20
# Ignore missing MPL for pylint, but the MPL is required for this example
21
21
# noqa pylint: disable=import-error
22
- from aws_cryptography_materialproviderstestvectorkeys .smithygenerated .\
22
+ from aws_cryptography_materialproviders_test_vectors .smithygenerated .\
23
23
aws_cryptography_materialproviderstestvectorkeys .models import (
24
24
GetKeyDescriptionInput ,
25
25
GetKeyDescriptionOutput ,
31
31
from aws_cryptographic_materialproviders .mpl .models import CreateMultiKeyringInput
32
32
33
33
import _dafny
34
- from standard_library .internaldafny .generated import UTF8
34
+ from smithy_dafny_standard_library .internaldafny .generated import UTF8
35
35
36
36
# Ignore pylint not being able to read a module that requires the MPL
37
37
# pylint: disable=no-name-in-module
You can’t perform that action at this time.
0 commit comments