reprimand: update requests on boost (#30109)

This commit is contained in:
Erik Schnetter
2022-04-27 03:46:22 -04:00
committed by GitHub
parent 8c280d98ca
commit 753f4a4bc3

View File

@@ -28,7 +28,7 @@ class Reprimand(MesonPackage):
variant('python', default=False, description='Enable Python bindings')
variant('shared', default=True, description='Build shared library')
depends_on('boost')
depends_on('boost +json +math +test')
depends_on('gsl')
depends_on('hdf5')
depends_on('python', when='+python')