python3Packages.pymazda: add format
This commit is contained in:
parent
ae6513b613
commit
4ea4a8ba32
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "pymazda";
|
||||
version = "0.3.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
|
@ -23,7 +25,10 @@ buildPythonPackage rec {
|
|||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pymazda" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pymazda"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python client for interacting with the MyMazda API";
|
||||
|
|
Loading…
Reference in a new issue