summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d3d4ba82d7..d6aac904de15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rosdistro
pkgdesc = A tool to work with rosdistro files
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ros-infrastructure/rosdistro
arch = any
license = BSD
@@ -9,6 +9,7 @@ pkgbase = python-rosdistro
depends = python
depends = python-catkin_pkg
depends = python-rospkg
+ depends = python-setuptools
depends = python-yaml
conflicts = python2-rosdistro
source = https://github.com/ros-infrastructure/rosdistro/archive/0.9.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c871fd198d96..fe62cb3a87d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=('python-rosdistro')
pkgver='0.9.0'
-pkgrel=1
+pkgrel=2
pkgdesc='A tool to work with rosdistro files'
arch=('any')
url='https://github.com/ros-infrastructure/rosdistro'
license=('BSD')
-depends=('python' 'python-catkin_pkg' 'python-rospkg' 'python-yaml')
+depends=('python' 'python-catkin_pkg' 'python-rospkg' 'python-setuptools' 'python-yaml')
makedepends=('python-setuptools')
conflicts=('python2-rosdistro')