remove artiq asyncserial dependency

pull/16/head
Sebastien Bourdeauducq 2019-04-20 10:57:56 +08:00
parent 3632841b27
commit aa038520e9
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
"scipy"
"numpy"
"prettytable"
"asyncserial"
"h5py 2.8"
"python-dateutil"
"pyqt >=5.5"

View File

@ -9,7 +9,7 @@ in
src = import ./artiq-src.nix { inherit fetchgit; };
preBuild = "export VERSIONEER_OVERRIDE=${version}";
propagatedBuildInputs = [ binutils-or1k llvm-or1k llvmlite-artiq qt5Full ]
++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser asyncserial ])
++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser ])
++ (with python3Packages; [ aiohttp pygit2 numpy dateutil scipy prettytable pyserial h5py pyqt5 ]);
checkInputs = [ binutils-or1k outputcheck ];
checkPhase =