python3Packages.pontos: switch to poetry-core

This commit is contained in:
Fabian Affolter
2021-09-23 23:54:37 +02:00
committed by GitHub
parent 889dba01cc
commit 917fa7aeff
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, poetry
, poetry-core
, pytestCheckHook
, pythonOlder
, colorful
@@ -25,7 +25,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
poetry
poetry-core
];
propagatedBuildInputs = [