Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace python-empy with python-empy3 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
pkgbase = ros-noetic-catkin
pkgdesc = ROS - Low-level build system macros and infrastructure for ROS.
pkgver = 0.8.10
pkgrel = 2
pkgrel = 3
url = https://wiki.ros.org/catkin
arch = any
license = BSD
makedepends = cmake
makedepends = python-catkin_pkg
makedepends = python-empy
makedepends = python-empy3
makedepends = python
depends = python-nose
depends = gtest
depends = python-catkin_pkg
depends = python-empy
depends = python-empy3
depends = gmock
depends = python
depends = ros-build-tools
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url='https://wiki.ros.org/catkin'
pkgname='ros-noetic-catkin'
pkgver='0.8.10'
arch=('any')
pkgrel=2
pkgrel=3
license=('BSD')

ros_makedepends=(
Expand All @@ -14,7 +14,7 @@ makedepends=(
cmake
${ros_makedepends[@]}
python-catkin_pkg
python-empy
python-empy3
python
)

Expand All @@ -26,7 +26,7 @@ depends=(
python-nose
gtest
python-catkin_pkg
python-empy
python-empy3
gmock
python
ros-build-tools
Expand Down