Skip to content

Commit 772061d

Browse files
author
dakodakov
authored
vdk-kerberos-auth: adopt unreleased oscrypto library (#3131)
Adopt an unreleased version of oscrypto directly from the project repository which solves the issue of openssl version not being detected. --------- Signed-off-by: Dako Dakov <[email protected]>
1 parent e1e76ba commit 772061d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

projects/vdk-plugins/vdk-kerberos-auth/requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
docker<7
22
docker-compose
33

4-
5-
# readme: https://github.com/wbond/oscrypto/commit/d5f3437ed24257895ae1edd9e503cfb352e635a8
6-
https://github.com/wbond/oscrypto/archive/d5f3437ed24257895ae1edd9e503cfb352e635a8.zip
74
# Pinned minikerberos because the current implementation is not compatible with 0.3.0+
85
# https://github.com/vmware/versatile-data-kit/issues/1169
96
pytest
107
pytest-docker<2
118

12-
139
# install earlier version due to https://github.com/yaml/pyyaml/issues/601
1410
PyYAML==5.3.1
1511

projects/vdk-plugins/vdk-kerberos-auth/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"minikerberos==0.2.20",
2020
"requests-kerberos",
2121
"pykerberos",
22+
"oscrypto @ git+https://github.com/wbond/oscrypto.git#egg=oscrypto==1.3.0",
2223
],
24+
# readme: https://github.com/wbond/oscrypto/commit/d5f3437ed24257895ae1edd9e503cfb352e635a8
25+
dependency_links=["git+https://github.com/wbond/oscrypto.git#egg=oscrypto==1.3.0"],
2326
package_dir={"": "src"},
2427
packages=setuptools.find_namespace_packages(where="src"),
2528
entry_points={

0 commit comments

Comments
 (0)