python3Packages.behave: Use buildPythonPackage

and expose top-level attribute.
This commit is contained in:
Martin Weinelt
2022-10-02 19:06:39 +02:00
parent f0e5c494b4
commit f45e641a9f
2 changed files with 4 additions and 2 deletions
@@ -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";