python3Packages.keyring: fix build
This commit is contained in:
parent
d0a5a05377
commit
29696c3dbd
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, buildPythonPackage, fetchPypi, isPy27, pythonOlder
|
{ lib, stdenv, buildPythonPackage, fetchPypi, isPy27
|
||||||
, dbus-python
|
, dbus-python
|
||||||
, entrypoints
|
, entrypoints
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
@ -26,9 +26,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ pytest pytest-flake8 ];
|
checkInputs = [ pytest pytest-flake8 ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ dbus-python entrypoints ]
|
propagatedBuildInputs = [ dbus-python entrypoints importlib-metadata ]
|
||||||
++ lib.optional stdenv.isLinux secretstorage
|
++ lib.optional stdenv.isLinux secretstorage;
|
||||||
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
|
|
||||||
|
|
||||||
# checks try to access a darwin path on linux
|
# checks try to access a darwin path on linux
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user