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