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
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

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;