Skip to content

Commit

Permalink
seleniumlibrary: fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
avnik committed Oct 10, 2024
1 parent 6d95578 commit 3636c5d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/robotframework-seleniumlibrary/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
buildPythonPackage rec {
pname = "robotframework-seleniumlibrary";
version = "6.6.1";
pyproject = true;

# no tests included in PyPI tarball
src = fetchFromGitHub {
Expand All @@ -26,9 +25,9 @@ buildPythonPackage rec {
sha256 = "sha256-ULY0FH1RFQIlhS45LU3vUKi6urZJHiDgi6NdqU5tV2g=";
};

build-system = [ setuptools ];
format = "setuptools";

dependencies = [
propagatedBuildInputs = [
click
robotframework
robotframework-pythonlibcore
Expand All @@ -55,4 +54,4 @@ buildPythonPackage rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dotlambda ];
};
}
}

0 comments on commit 3636c5d

Please sign in to comment.