python37Packages.atpublic: fix build
This commit is contained in:
parent
8dc8a057bd
commit
f156e8cbc9
@ -1,5 +1,9 @@
|
||||
{ lib, isPy3k, fetchPypi, buildPythonPackage
|
||||
, pytest }:
|
||||
{ lib, isPy3k, pythonOlder, fetchPypi, buildPythonPackage
|
||||
, pytest
|
||||
, pytestcov
|
||||
, sybil
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "atpublic";
|
||||
@ -11,8 +15,12 @@ buildPythonPackage rec {
|
||||
sha256 = "ebeb62b71a5c683a84c1b16bbf415708af5a46841b142b85ac3a22ec2d7613b0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest
|
||||
pytest pytestcov sybil
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user