[codeface] [PATCH 17/27] Avoid installing unecessary packages

  • From: <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Sun, 27 Sep 2015 02:28:13 +0200

From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxx>

rpy2 and matplotlib are no longer needed and should
therefore not be installed.

Reported-by: Andreas Ringlstetter <andreas.ringlstetter@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxxx>
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d6008a3..ecdff46 100644
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,6 @@ setup(name='codeface',
packages=find_packages(),
package_data={'codeface': ['R/*.r', 'R/cluster/*.r', 'perl/*.pl']},
entry_points={'console_scripts': ['codeface = codeface.cli:main']},
- install_requires=['progressbar', 'rpy2', 'matplotlib', 'VCS',
+ install_requires=['progressbar', 'VCS',
'python_ctags','PyYAML', 'MySQL_python']
)
--
2.1.4


Other related posts:

  • » [codeface] [PATCH 17/27] Avoid installing unecessary packages - wolfgang.mauerer