We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdaebf commit e457836Copy full SHA for e457836
package/python-libyang/python-libyang.mk
@@ -10,8 +10,8 @@ PYTHON_LIBYANG_SITE = https://files.pythonhosted.org/packages/91/2e/ff13ee16c874
10
PYTHON_LIBYANG_SETUP_TYPE = setuptools
11
PYTHON_LIBYANG_LICENSE = MIT
12
PYTHON_LIBYANG_LICENSE_FILES = LICENSE
13
-PYTHON_LIBYANG_DEPENDENCIES = python-cython python-cffi
14
-HOST_PYTHON_LIBYANG_DEPENDENCIES = host-python-cython host-python-cffi
+PYTHON_LIBYANG_DEPENDENCIES = python-cython python-cffi libyang
+HOST_PYTHON_LIBYANG_DEPENDENCIES = host-python-cython host-python-cffi host-libyang
15
16
$(eval $(python-package))
17
$(eval $(host-python-package))
0 commit comments