diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2016-06-28 14:46:10 +0200 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2016-06-28 14:46:10 +0200 |
commit | ff322abaa6d16e6aa962cf7dea3dc98f1a9dbed6 (patch) | |
tree | 17e319171b418acad42f28529dd510b08c1d5135 | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-ff322abaa6d16e6aa962cf7dea3dc98f1a9dbed6.tar.gz sci-ff322abaa6d16e6aa962cf7dea3dc98f1a9dbed6.tar.bz2 sci-ff322abaa6d16e6aa962cf7dea3dc98f1a9dbed6.zip |
dev-python/matplotlib2tikz: Fix deps
Package-Manager: portage-2.2.28
-rw-r--r-- | dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild index 7495ab085..77decc9cc 100644 --- a/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild +++ b/dev-python/matplotlib2tikz/matplotlib2tikz-9999.ebuild @@ -18,6 +18,7 @@ SLOT="0" IUSE="" RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] dev-texlive/texlive-pictures" DEPEND="${RDEPEND}" #test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |