pyptlib: disable py3k and pypy
This commit is contained in:
parent
d3ed0ab32b
commit
fe28966179
@ -7394,6 +7394,7 @@ let
|
|||||||
|
|
||||||
pyptlib = buildPythonPackage (rec {
|
pyptlib = buildPythonPackage (rec {
|
||||||
name = "pyptlib-${version}";
|
name = "pyptlib-${version}";
|
||||||
|
disabled = isPyPy || isPy3k;
|
||||||
version = "0.0.6";
|
version = "0.0.6";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user