Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lambda_packages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
'python3.6': {
'version': '1.0.9',
'path': os.path.join(PACKAGES_DIR, 'xmlsec', 'python3.6-xmlsec-1.0.9.tar.gz')
},
'python3.7': {
'version': '1.3.3',
'path': os.path.join(PACKAGES_DIR, 'xmlsec', 'python3.7-xmlsec-1.3.3.tar.gz')
}
}
}
2 changes: 1 addition & 1 deletion lambda_packages/xmlsec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo 'install-purelib=$base/lib64/python' >> ./setup.cfg

TARGET_DIR=${ENV}/packaged
echo "install pips"
pip install --verbose --use-wheel --no-dependencies --target ${TARGET_DIR} "${PACKAGE}==${VERSION}"
pip install --verbose --no-dependencies --target ${TARGET_DIR} "${PACKAGE}==${VERSION}"
deactivate

cp `rpm -ql xmlsec1 | grep "libxmlsec1.so.1$"` ${TARGET_DIR}
Expand Down
Binary file not shown.