python.pkgs.apipkg: fix build

This commit is contained in:
Frederik Rietdijk 2018-07-23 04:22:53 +02:00
parent 20f3647c2f
commit 1c28ff05fa

View file

@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi
, pytest }:
, pytest, setuptools_scm }:
buildPythonPackage rec {
pname = "apipkg";
@ -10,7 +10,8 @@ buildPythonPackage rec {
sha256 = "37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6";
};
buildInputs = [ pytest ];
buildInputs = [ setuptools_scm ];
checkInputs = [ pytest ];
checkPhase = ''
py.test