Fix optee-os-ta dependency to openssl and python 58/208058/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Mon, 17 Jun 2019 16:27:55 +0000 (18:27 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Mon, 17 Jun 2019 16:36:06 +0000 (18:36 +0200)
optee-os-ta provides sign.py script which require openssl and python

Change-Id: I8761fe37210224df1a6965f53b3595a45eff5de7

packaging/optee-os.spec

index ccebaa7..cddebd1 100644 (file)
@@ -29,6 +29,8 @@ Trusted execution enviroment in Linux using the ARM® TrustZone® technology.
 %package ta
 Summary:    OpTEE OS userspace libraries and devkit for OpTEE OS.
 Group:      Security/Testing
+Requires: python
+Requires: openssl
 
 %description ta
 Trusted execution enviroment in Linux using the ARM® TrustZone® technology.