Serf: add Python dependency, sort dependencies (#25478)

This commit is contained in:
Christoph Conrads 2021-08-18 18:01:40 +02:00 committed by GitHub
parent b22728d55c
commit 06c8fdafd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@ class Serf(SConsPackage):
variant('debug', default=False,
description='Enable debugging info and strict compile warnings')
depends_on('scons@2.3.0:', type='build')
depends_on('apr')
depends_on('apr-util')
depends_on('openssl')
depends_on('zlib')
depends_on('python+pythoncmd', type='build')
depends_on('scons@2.3.0:', type='build')
depends_on('uuid')
depends_on('zlib')
patch('py3syntax.patch')