python3Packages.coapthon3: disabled for Python 2.7

This commit is contained in:
Matej Urbas 2020-11-26 22:28:24 +00:00
parent 2535a09289
commit b4c38bc841

View file

@ -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";