14 , requests-wsgi-adapter
18 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-S3v719NKEWc9gN+uf6u/khwTmqx4OD+wyhapDTtTpm4=";
33 propagatedBuildInputs = [
36 ] ++ lib.optionals (pythonOlder "3.8") [
49 homepage = "https://github.com/frostming/unearth";
50 description = "A utility to fetch and download python packages";
51 license = licenses.mit;
52 maintainers = with maintainers; [ betaboon ];