summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Puri2022-01-15 09:00:27 -0800
committerSameer Puri2022-01-15 09:00:27 -0800
commit9507eb4a61fd976348960f9ed911e70f0651fcc3 (patch)
treec4b3b74fcd790f023b752b7d12c7de8bca8c45d4
parentff45efd6fab7b14770202e4971253080aa312cc7 (diff)
downloadaur-9507eb4a61fd976348960f9ed911e70f0651fcc3.tar.gz
add makedepends python-mypy-protobuf
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19955fd69fd7..582bb5c29ea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = python-or-tools
depends = python-protobuf>=3.19.1
depends = absl-py>=0.13
depends = python-numpy>=1.13.3
+ depends = python-mypy-protobuf
optdepends = cplex: CPLEX solver support
options = !emptydirs
source = https://github.com/google/or-tools/archive/v9.2.tar.gz
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")