python3Packages.craft-parts: 2.1.3 -> 2.1.4

This commit is contained in:
Jon Seager
2024-12-10 20:13:42 +00:00
parent 800a740ea8
commit 778e494d9e
@@ -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" ];