conan: Reformat inputs list
This commit is contained in:
parent
ce12576dd0
commit
3a158da8e8
|
@ -50,9 +50,22 @@ in newPython.pkgs.buildPythonApplication rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with newPython.pkgs; [
|
propagatedBuildInputs = with newPython.pkgs; [
|
||||||
colorama deprecation distro fasteners bottle
|
bottle
|
||||||
future node-semver patch pygments pluginbase
|
colorama
|
||||||
pyjwt pylint pyyaml requests six tqdm
|
deprecation
|
||||||
|
distro
|
||||||
|
fasteners
|
||||||
|
future
|
||||||
|
node-semver
|
||||||
|
patch
|
||||||
|
pluginbase
|
||||||
|
pygments
|
||||||
|
pyjwt
|
||||||
|
pylint
|
||||||
|
pyyaml
|
||||||
|
requests
|
||||||
|
six
|
||||||
|
tqdm
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in New Issue