11 buildPythonPackage rec {
12 pname = "robotframework-requests";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "MarketSquare";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-PvhMo1r/4962nntPQb4fQxcMMXIvKjp0FdNyOA43Euc=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
44 description = "Robot Framework keyword library wrapper around the HTTP client library requests";
45 homepage = "https://github.com/bulkan/robotframework-requests";
46 license = licenses.mit;
47 maintainers = with maintainers; [ ];