forked from mirrors/nixpkgs
pythonPackages.hug: Disable on python2
Hug is only supported on python3.
This commit is contained in:
parent
89b1d4cbe2
commit
773cc7c03d
|
@ -11191,6 +11191,7 @@ in {
|
|||
url = "mirror://pypi/h/hug/${name}.tar.gz";
|
||||
sha256 = "93325e13706594933a9afb0d4f0b0748134494299038f07df41152baf6f89f4c";
|
||||
};
|
||||
disabled = !isPy3k;
|
||||
|
||||
propagatedBuildInputs = with self; [ falcon requests ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue