Skip to content

Commit e457836

Browse files
committed
package: python-libyang: Add missing libyang dependency
1 parent 5cdaebf commit e457836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/python-libyang/python-libyang.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ PYTHON_LIBYANG_SITE = https://files.pythonhosted.org/packages/91/2e/ff13ee16c874
1010
PYTHON_LIBYANG_SETUP_TYPE = setuptools
1111
PYTHON_LIBYANG_LICENSE = MIT
1212
PYTHON_LIBYANG_LICENSE_FILES = LICENSE
13-
PYTHON_LIBYANG_DEPENDENCIES = python-cython python-cffi
14-
HOST_PYTHON_LIBYANG_DEPENDENCIES = host-python-cython host-python-cffi
13+
PYTHON_LIBYANG_DEPENDENCIES = python-cython python-cffi libyang
14+
HOST_PYTHON_LIBYANG_DEPENDENCIES = host-python-cython host-python-cffi host-libyang
1515

1616
$(eval $(python-package))
1717
$(eval $(host-python-package))

0 commit comments

Comments
 (0)