python3Packages.coapthon3: disabled for Python 2.7
This commit is contained in:
parent
2535a09289
commit
b4c38bc841
@ -1,8 +1,9 @@
|
||||
{ buildPythonPackage, cachetools, fetchFromGitHub, lib }:
|
||||
{ buildPythonPackage, cachetools, fetchFromGitHub, isPy27, lib }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "CoAPthon3";
|
||||
version = "1.0.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Tanganelli";
|
||||
|
Loading…
Reference in New Issue
Block a user