python3Packages.behave: Use buildPythonPackage

and expose top-level attribute.
This commit is contained in:
Martin Weinelt 2022-10-02 18:50:37 +02:00
parent f0e5c494b4
commit f45e641a9f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,11 @@
{ lib, stdenv, fetchFromGitHub
, buildPythonApplication, python
, buildPythonPackage, python
, pytestCheckHook, mock, path, pyhamcrest, pytest-html
, glibcLocales
, colorama, cucumber-tag-expressions, parse, parse-type, six
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "behave";
version = "1.2.7.dev2";

View file

@ -3083,6 +3083,8 @@ with pkgs;
tezos-rust-libs = callPackage ../development/libraries/tezos-rust-libs { };
behave = with python3Packages; toPythonApplication behave;
behdad-fonts = callPackage ../data/fonts/behdad-fonts { };
bfetch = callPackage ../tools/misc/bfetch { };