Merge pull request #284733 from fabaff/khal-clean

khal: clean-up
This commit is contained in:
Fabian Affolter 2024-01-30 21:34:45 +01:00 committed by GitHub
commit f6aaef0ea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,7 @@ let
};
};
in
with py.pkgs;
buildPythonApplication rec {
py.pkgs.buildPythonApplication rec {
pname = "khal";
version = "0.11.2";
pyproject = true;
@ -41,8 +39,7 @@ buildPythonApplication rec {
nativeBuildInputs = [
glibcLocales
installShellFiles
] ++ (with python3.pkgs; [
setuptools
] ++ (with py.pkgs; [
setuptools-scm
sphinx
sphinxcontrib-newsfeed
@ -66,7 +63,7 @@ buildPythonApplication rec {
urwid
];
nativeCheckInputs = with python3.pkgs;[
nativeCheckInputs = with py.pkgs;[
freezegun
hypothesis
packaging