python3Packages.pushover-complete: disable for py2
This commit is contained in:
parent
d67cb89b05
commit
802fa28d25
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, requests
|
||||
, six
|
||||
, tox
|
||||
@ -11,6 +12,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "pushover-complete";
|
||||
version = "1.1.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "pushover_complete";
|
||||
|
Loading…
Reference in New Issue
Block a user