arelle: add py3to2 as a buildInput
This commit is contained in:
parent
fad96f62d0
commit
6ac283b185
@ -1,7 +1,7 @@
|
||||
{ gui ? true,
|
||||
buildPythonPackage, fetchFromGitHub, lib,
|
||||
sphinx_1_2, lxml, isodate, numpy, pytest,
|
||||
tkinter ? null,
|
||||
tkinter ? null, py3to2,
|
||||
... }:
|
||||
|
||||
let
|
||||
@ -26,6 +26,7 @@ buildPythonPackage {
|
||||
buildInputs = [
|
||||
sphinx_1_2
|
||||
pytest
|
||||
py3to2
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
lxml
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user