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 {
|
||||
pname = "ordered-set";
|
||||
version = "3.1";
|
||||
|
||||
buildInputs = [ pytest pytestrunner ];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user