about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pontos
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-09-23 23:54:37 +0200
committerGitHub <noreply@github.com>2021-09-23 23:54:37 +0200
commit917fa7aeff1e708c8309086bffe68a69de2d3c67 (patch)
treeb006485d914394278fc2a2aa25d8350fbfe84be5 /pkgs/development/python-modules/pontos
parent889dba01cce5ea45a2bd733f671eee7cb6818cff (diff)
python3Packages.pontos: switch to poetry-core
Diffstat (limited to 'pkgs/development/python-modules/pontos')
-rw-r--r--pkgs/development/python-modules/pontos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pontos/default.nix b/pkgs/development/python-modules/pontos/default.nix
index 1a67c4a2154dd..1264e40f30d16 100644
--- a/pkgs/development/python-modules/pontos/default.nix
+++ b/pkgs/development/python-modules/pontos/default.nix
@@ -1,7 +1,7 @@
 { lib
 , buildPythonPackage
 , fetchFromGitHub
-, poetry
+, poetry-core
 , pytestCheckHook
 , pythonOlder
 , colorful
@@ -25,7 +25,7 @@ buildPythonPackage rec {
   };
 
   nativeBuildInputs = [
-    poetry
+    poetry-core
   ];
 
   propagatedBuildInputs = [