diff options
Diffstat (limited to 'main/openvswitch')
-rw-r--r-- | main/openvswitch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD index df35be33eb..f68cba6895 100644 --- a/main/openvswitch/APKBUILD +++ b/main/openvswitch/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=openvswitch pkgver=2.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="A production quality, multilayer virtual switch" url="http://openvswitch.org/" arch="all" license="Apache-2.0" depends="" options="!check" # FIXME: no point in running tests if we ignore result -depends_dev="libressl-dev" +depends_dev="openssl-dev" makedepends="$depends_dev perl linux-headers bash libcap-ng-dev python2 py2-six python3-dev py3-six py-twisted" subpackages="$pkgname-doc $pkgname-dbg $pkgname-dev |