python3Packages.craft-parts: 2.1.3 -> 2.1.4
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
pyyaml,
|
||||
requests,
|
||||
requests-unixsocket,
|
||||
urllib3,
|
||||
pytestCheckHook,
|
||||
pytest-check,
|
||||
pytest-mock,
|
||||
@@ -25,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "craft-parts";
|
||||
version = "2.1.3";
|
||||
version = "2.1.4";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -33,7 +32,7 @@ buildPythonPackage rec {
|
||||
owner = "canonical";
|
||||
repo = "craft-parts";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ouvl4mIDIWHWp84E1I41g/XnP22kCV55CqsVLit5yb4=";
|
||||
hash = "sha256-z0Om1/0Y6fDFHXB0GKFelmYwNwTH7loTtRjXtmjsjkY=";
|
||||
};
|
||||
|
||||
patches = [ ./bash-path.patch ];
|
||||
@@ -53,7 +52,6 @@ buildPythonPackage rec {
|
||||
pyyaml
|
||||
requests
|
||||
requests-unixsocket
|
||||
urllib3
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "craft_parts" ];
|
||||
|
||||
Reference in New Issue
Block a user