Remove unused dependency. (#19566)

Boost is not used to build Manta.
This commit is contained in:
dunatotatos 2020-10-28 16:57:19 +01:00 committed by GitHub
parent f320a650d8
commit 1dd7370885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ class Manta(CMakePackage):
version('1.3.1', sha256='9ba943623088e552a4b45bccea48125a0553905f4cc7ea86a9de567e155a5888')
version('1.3.0', sha256='3db4b5475c33e3aeeb5435969c74364af9d2d77dd3bcf8dc70bf44a851e450dd')
depends_on('boost@1.58.0:', type='build')
depends_on('cmake@2.8.12:', type='build')
depends_on('python@2.7.0:2.7.999', type=('build', 'run'))
depends_on('zlib')