python3Packages.python-telegram-bot: mark python2 as unsupported
This commit is contained in:
parent
5b49946723
commit
5cb3501a37
@ -7,11 +7,13 @@
|
||||
, urllib3
|
||||
, tornado
|
||||
, pytest
|
||||
, isPy3k
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-telegram-bot";
|
||||
version = "12.7";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user