python.pkgs: updates
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
, markupsafe
|
||||
, decorator
|
||||
, itsdangerous
|
||||
, six }:
|
||||
, six
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "httpbin";
|
||||
@@ -19,6 +20,9 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ flask markupsafe decorator itsdangerous six ];
|
||||
|
||||
# No tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/kennethreitz/httpbin;
|
||||
description = "HTTP Request & Response Service";
|
||||
|
||||
Reference in New Issue
Block a user