[openexr] Remove python dependency of openexr. (#15147)

In https://github.com/microsoft/vcpkg/pull/14891 @Hoikas points out that the port depends on Python but the portfile.cmake explicitly disables it with `-DPYILMBASE_ENABLE=FALSE`.
This commit is contained in:
Billy O'Neal 2020-12-16 11:45:49 -08:00 committed by GitHub
parent 49972a664f
commit d52fbe6a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +0,0 @@
Source: openexr
Version: 2.5.0
Port-Version: 1
Homepage: https://www.openexr.com/
Description: OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications
Build-Depends: zlib, python3
Supports: !uwp

11
ports/openexr/vcpkg.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "openexr",
"version-string": "2.5.0",
"port-version": 2,
"description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications",
"homepage": "https://www.openexr.com/",
"supports": "!uwp",
"dependencies": [
"zlib"
]
}