remove unused code
This commit is contained in:
parent
1f5ebc408d
commit
31be4f041e
3
setup.py
3
setup.py
@ -145,9 +145,6 @@ def libcrypto_flags() -> Tuple[List[str], List[str]]:
|
|||||||
break
|
break
|
||||||
if not openssl_dirs:
|
if not openssl_dirs:
|
||||||
raise SystemExit(f'Failed to find OpenSSL version {v[0]}.{v[1]} on your system')
|
raise SystemExit(f'Failed to find OpenSSL version {v[0]}.{v[1]} on your system')
|
||||||
|
|
||||||
def key(x: str) -> str:
|
|
||||||
return x.split('@')[-1]
|
|
||||||
extra_pc_dir = os.pathsep.join(openssl_dirs)
|
extra_pc_dir = os.pathsep.join(openssl_dirs)
|
||||||
cflags = pkg_config('libcrypto', '--cflags-only-I', extra_pc_dir=extra_pc_dir)
|
cflags = pkg_config('libcrypto', '--cflags-only-I', extra_pc_dir=extra_pc_dir)
|
||||||
return cflags, pkg_config('libcrypto', '--libs', extra_pc_dir=extra_pc_dir)
|
return cflags, pkg_config('libcrypto', '--libs', extra_pc_dir=extra_pc_dir)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user