libogdf: remove unused python hostmakedepend

This commit is contained in:
classabbyamp
2022-08-27 20:44:18 -04:00
parent 269ad15853
commit 28d583c64c

View File

@@ -6,7 +6,7 @@ archs="i686* x86_64*"
wrksrc=OGDF-snapshot
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
hostmakedepends="unzip python"
hostmakedepends="unzip"
makedepends="libClp-devel"
short_desc="Open Graph Drawing Framework"
maintainer="nexolight <snow.dream.ch@gmail.com>"