poezio: add missing setuptools dependency
This commit is contained in:
parent
fa010755a8
commit
0fa981bfbe
@ -1,5 +1,5 @@
|
|||||||
{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder
|
{ lib, buildPythonApplication, fetchFromGitHub, pythonOlder
|
||||||
, pytest, aiodns, slixmpp, pyinotify, potr, mpd2, cffi, pkgconfig }:
|
, pytest, aiodns, slixmpp, pyinotify, potr, mpd2, cffi, pkgconfig, setuptools }:
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "poezio";
|
pname = "poezio";
|
||||||
version = "0.13";
|
version = "0.13";
|
||||||
@ -7,7 +7,7 @@ buildPythonApplication rec {
|
|||||||
disabled = pythonOlder "3.4";
|
disabled = pythonOlder "3.4";
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
propagatedBuildInputs = [ aiodns slixmpp pyinotify potr mpd2 cffi ];
|
propagatedBuildInputs = [ aiodns slixmpp pyinotify potr mpd2 cffi setuptools ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user