diff options
Diffstat (limited to 'media-gfx/freecad/freecad-1.0.0-r1.ebuild')
-rw-r--r-- | media-gfx/freecad/freecad-1.0.0-r1.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/media-gfx/freecad/freecad-1.0.0-r1.ebuild b/media-gfx/freecad/freecad-1.0.0-r1.ebuild index b94d9c8b5c8d..b65f1949b68d 100644 --- a/media-gfx/freecad/freecad-1.0.0-r1.ebuild +++ b/media-gfx/freecad/freecad-1.0.0-r1.ebuild @@ -70,6 +70,11 @@ RDEPEND=" media-libs/freetype sci-libs/opencascade:=[json] sys-libs/zlib + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ') cloud? ( dev-libs/openssl:= net-misc/curl @@ -121,23 +126,15 @@ RDEPEND=" >=sci-libs/med-4.0.0-r1 sci-libs/vtk:= ) - $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pybind11[${PYTHON_USEDEP}] - ') " DEPEND="${RDEPEND} >=dev-cpp/eigen-3.3.1:3 dev-cpp/ms-gsl - test? ( - $(python_gen_cond_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') - qt5? ( dev-qt/qttest:5 ) - ) + test? ( qt5? ( dev-qt/qttest:5 ) ) " BDEPEND=" dev-lang/swig test? ( - $(python_gen_cond_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') qt5? ( dev-qt/qttest:5 ) dev-cpp/gtest ) @@ -345,7 +342,6 @@ pkg_postinst() { optfeature "Dependency graphs" media-gfx/graphviz optfeature_header "Import / Export" optfeature "Work with COLLADA documents" dev-python/pycollada - optfeature "YAML importer and emitter" dev-python/pyyaml optfeature "Importing and exporting 2D AutoCAD DWG files" media-gfx/libredwg optfeature "Importing and exporting geospatial data formats" sci-libs/gdal optfeature "Working with projection data" sci-libs/proj |