arelle: add py3to2 as a buildInput

This commit is contained in:
Samuel Leathers
2017-09-14 16:54:28 -04:00
parent fad96f62d0
commit 6ac283b185
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ in {
py3to2 = callPackage ../development/python-modules/3to2 { };
# Left for backwards compatibility
"3to2" = callPackage ../development/python-modules/3to2 { };
"3to2" = self.py3to2;
aenum = callPackage ../development/python-modules/aenum { };