python.pkgs.ordered-set: fix build
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{ buildPythonPackage, fetchPypi, lib, pytest, pytestrunner }:
|
{ buildPythonPackage, fetchPypi, lib, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ordered-set";
|
pname = "ordered-set";
|
||||||
version = "3.1";
|
version = "3.1";
|
||||||
|
|
||||||
buildInputs = [ pytest pytestrunner ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|||||||
Reference in New Issue
Block a user