Unverified Commit 778e494d authored by Jon Seager's avatar Jon Seager
Browse files

python3Packages.craft-parts: 2.1.3 -> 2.1.4

parent 800a740e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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" ];