pythonPackages.setproctitle: requires Python >= 3.6
This commit is contained in:
parent
206a3b6ca8
commit
d54e3d0a9c
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -8,6 +9,8 @@ buildPythonPackage rec {
|
||||
pname = "setproctitle";
|
||||
version = "1.2";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9b4e48722dd96cbd66d5bf2eab930fff8546cd551dd8d774c8a319448bd381a6";
|
||||
|
Loading…
Reference in New Issue
Block a user