brotab: 1.1.0 -> 1.2.1

Cleanup and fix deps a little bit.
This commit is contained in:
Doron Behar 2020-02-19 11:54:25 +02:00
parent 329102c47b
commit 896f19d28c

View File

@ -1,22 +1,25 @@
{ lib, fetchFromGitHub, glibcLocales, python }:
python.pkgs.buildPythonApplication rec {
version = "1.1.0";
version = "1.2.1";
pname = "brotab";
src = fetchFromGitHub {
owner = "balta2ar";
repo = pname;
rev = version;
sha256 = "17yj5i8p28a7zmixdfa1i4gfc7c2fmdkxlymazasar58dz8m68mw";
sha256 = "14yz0szwzdjvwkw24rma34y6iiwnw9qzsm89gkglc0xxa6msg6j3";
};
propagatedBuildInputs = with python.pkgs; [
requests
flask
requests
pytest
psutil
setuptools
];
checkBuildInputs = with python.pkgs; [
pytest
];
# test_integration.py requires Chrome browser session