python3Packages.pybluez: mark disabled, requires use2to3
This commit is contained in:
parent
da5aba49bc
commit
f88a4d31f8
1 changed files with 3 additions and 0 deletions
|
@ -2,11 +2,14 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkgs
|
, pkgs
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "unstable-20160819";
|
version = "unstable-20160819";
|
||||||
pname = "pybluez";
|
pname = "pybluez";
|
||||||
|
# requires use2to3, which is no longer supported in setuptools>58
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
propagatedBuildInputs = [ pkgs.bluez ];
|
propagatedBuildInputs = [ pkgs.bluez ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue