Skip to content
Snippets Groups Projects
Commit 7dd841d4 authored by Pierrick Koch's avatar Pierrick Koch
Browse files

[wip/py-yaml] fix depends.mk

Thanks to adegroot@ for his help :-)
parent f7e72f5c
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,16 @@ endif
ifeq (+,$(PYYAML_DEPEND_MK)) # -----------------------------------------------
PREFER.py-yaml?= robotpkg
DEPEND_USE+= py-yaml
DEPEND_ABI.py-yaml?= ${PKGTAG.python-}yaml>=3.10
PREFER.py-yaml?= system
ifeq (Ubuntu,${OPSYS})
ifneq (,$(filter 12.04,${OS_VERSION}))
PREFER.py-yaml?= robotpkg
endif
endif
DEPEND_ABI.py-yaml?= ${PKGTAG.python-}yaml>=3
DEPEND_DIR.py-yaml?= ../../wip/py-yaml
SYSTEM_SEARCH.py-yaml=\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment