python: editorconfig fixes
This commit is contained in:
@@ -16,10 +16,10 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ sh ];
|
||||
|
||||
|
||||
# Tests requires network connections
|
||||
doCheck = false;
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An interface for packer.io";
|
||||
homepage = "https://github.com/nir0s/python-packer";
|
||||
@@ -27,4 +27,3 @@ buildPythonPackage rec {
|
||||
maintainers = with maintainers; [ psyanticy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user