python3Packages.sybil: Use buildPythonPackage

This commit is contained in:
Martin Weinelt 2022-10-02 15:47:02 +02:00
parent b75d1a480d
commit 565a8187a4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,11 +1,11 @@
{ lib
, buildPythonApplication
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pythonOlder
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "sybil";
version = "3.0.1";
format = "setuptools";