3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.lupupy: refactor

This commit is contained in:
Fabian Affolter 2024-01-24 12:43:39 +01:00
parent b90ccc5f8e
commit 60809c4d28

View file

@ -5,12 +5,13 @@
, fetchPypi
, pythonOlder
, requests
, setuptools
}:
buildPythonPackage rec {
pname = "lupupy";
version = "0.3.2";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,6 +20,10 @@ buildPythonPackage rec {
hash = "sha256-A92Jk6WlRKep3dkbqLiYYHklEh0pyncipRW6swq0mvo=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
colorlog
pyyaml