summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2023-07-19 10:38:52 +0530
committerKartik Mohta2023-07-19 10:38:52 +0530
commit0adab0a6ec3a2705424fe8cf69785c976bb3cf8c (patch)
treec79ca8eaad1eb78b95a951f588aaa8c7f5cb6754 /PKGBUILD
parent96c32258fc2764fd3a8a7e18aa5f78ea9517b78d (diff)
downloadaur-python-rosdep.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba127b18c3f0..c50449750eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=('python-rosdep')
pkgver='0.22.2'
-pkgrel=1
+pkgrel=2
pkgdesc='rosdep package manager abstraction tool for ROS'
arch=('any')
url='https://github.com/ros-infrastructure/rosdep'
license=('BSD')
-depends=('python' 'python-catkin_pkg' 'python-rosdistro' 'python-rospkg' 'python-yaml')
+depends=('python' 'python-catkin_pkg' 'python-rosdistro' 'python-rospkg' 'python-setuptools' 'python-yaml')
makedepends=('python-setuptools')
conflicts=('python2-rosdep')