summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSameer Puri2022-01-15 09:00:27 -0800
committerSameer Puri2022-01-15 09:00:27 -0800
commit9507eb4a61fd976348960f9ed911e70f0651fcc3 (patch)
treec4b3b74fcd790f023b752b7d12c7de8bca8c45d4 /PKGBUILD
parentff45efd6fab7b14770202e4971253080aa312cc7 (diff)
downloadaur-9507eb4a61fd976348960f9ed911e70f0651fcc3.tar.gz
add makedepends python-mypy-protobuf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3204d869d9ba..1a0d921027fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://github.com/google/or-tools"
license=('Apache2')
depends=('python>=3.6' 'swig' 'python-protobuf>=3.19.1' 'absl-py>=0.13' 'python-numpy>=1.13.3')
-makedepends=('cmake' 'wget' 'lsb-release' 'automake' 'python-wheel' 'python-pip' 'git')
+makedepends=('cmake' 'wget' 'lsb-release' 'automake' 'python-wheel' 'python-pip' 'git' 'python-mypy-protobuf')
optdepends=('cplex: CPLEX solver support')
options=(!emptydirs)
source=("https://github.com/google/or-tools/archive/v${pkgver}.tar.gz")