python3Packages.python-telegram-bot: mark python2 as unsupported

This commit is contained in:
Dmitry Kalinkin
2020-05-03 15:26:54 -04:00
parent 5b49946723
commit 5cb3501a37

View File

@@ -7,11 +7,13 @@
, urllib3
, tornado
, pytest
, isPy3k
}:
buildPythonPackage rec {
pname = "python-telegram-bot";
version = "12.7";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;