python-catkin-pkg: add missing run dependency on python-unixadmin
catkin_create_pkg depends on getpass which is part of python-unixadmin.
This commit is contained in:
parent
8754c01a23
commit
78015372a5
|
@ -9,4 +9,7 @@ SRC_URI[sha256sum] = "d4d069eaeb29d6a9ee71773b20c41515b6e0feb9ea2765ebaf3e599d0c
|
|||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-unixadmin"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
Loading…
Reference in New Issue