diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2020-12-12 18:38:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-12 15:38:14 -0800 |
| commit | 81b67c387848731aefacc19aea7f41364e5d5ba2 (patch) | |
| tree | 1bf166e0e6601eb00a5bf82a04cfe2bae6f817d9 /ports/hyperscan/CONTROL | |
| parent | c77aad39199b7199be05d3bef7814c01405f3140 (diff) | |
| download | vcpkg-81b67c387848731aefacc19aea7f41364e5d5ba2.tar.gz vcpkg-81b67c387848731aefacc19aea7f41364e5d5ba2.zip | |
[hyperscan] Remove erroneous python3 dependency. (#15080)
Diffstat (limited to 'ports/hyperscan/CONTROL')
| -rw-r--r-- | ports/hyperscan/CONTROL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/hyperscan/CONTROL b/ports/hyperscan/CONTROL index ff18d2c9a..3c6e5e956 100644 --- a/ports/hyperscan/CONTROL +++ b/ports/hyperscan/CONTROL @@ -1,5 +1,7 @@ Source: hyperscan
Version: 5.3.0
+Port-Version: 1
Homepage: https://www.hyperscan.io
Description: A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.
-Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, pcre, python3, ragel
+Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, pcre, ragel
+Supports: !arm
|
