Flatcam changes

This commit is contained in:
layman
2020-10-12 09:27:26 +02:00
parent d5f321aedd
commit db7880fc16
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 git-r3 gnome2-utils
@@ -25,11 +25,11 @@ SLOT="0"
IUSE="+doc"
RDEPEND="
>=dev-python/matplotlib-1.3.1[qt5]
>=dev-python/numpy-1.8
dev-python/PyQt5
dev-python/simplejson
dev-python/svg_path
>=dev-python/matplotlib-1.3.1[${PYTHON_USEDEP},qt5]
>=dev-python/numpy-1.8[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/svg-path[${PYTHON_USEDEP}]
sci-libs/Rtree
sci-libs/scipy
>=sci-libs/Shapely-1.3