summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Wambold2020-02-10 10:41:01 -0500
committerTom Wambold2020-02-10 10:41:01 -0500
commit935bb470c683057f3527f68aaa4810b85678955e (patch)
treec676796ed2b542bb4ce69a88f4a5a7db58e9f0fa /PKGBUILD
parent3b2c54d68638a01d8e0f112181304ab8a4fa6f24 (diff)
downloadaur-935bb470c683057f3527f68aaa4810b85678955e.tar.gz
Add python-yaml to depends.
Thanks to Rucikir: https://aur.archlinux.org/packages/core/#comment-728255
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dd6203dc435..b851851d782a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Tom Wambold <tom5760@gmail.com>
pkgname=core
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Common Open Research Emulator"
arch=('i686' 'x86_64')
url="https://github.com/coreemu/core/"
license=('BSD')
depends=('bridge-utils' 'ebtables' 'ethtool' 'fabric' 'iproute2' 'libev'
'openvswitch' 'procps-ng' 'python3' 'python-future' 'python-grpcio'
- 'python-lxml' 'python-netaddr' 'python-pillow' 'tkimg' 'util-linux' 'xterm')
+ 'python-lxml' 'python-netaddr' 'python-pillow' 'python-yaml' 'tkimg'
+ 'util-linux' 'xterm')
makedepends=('help2man' 'imagemagick' 'python-sphinx' 'python-grpcio-tools'
'openvswitch')
optdepends=('openvswitch: Open vSwitch support')