Python: remove modules and pythonFull

This commit is contained in:
Frederik Rietdijk
2016-10-10 10:33:24 +02:00
parent a2720a25b9
commit 104c50dd1a
22 changed files with 61 additions and 108 deletions
-1
View File
@@ -17,7 +17,6 @@ pythonPackages.buildPythonApplication rec {
six
praw
kitchen
python.modules.curses
praw
] ++ lib.optional (!pythonPackages.isPy3k) futures;