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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, poetry
, poetry-core
, pytestCheckHook
, pythonOlder
, colorful
@ -25,7 +25,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
poetry
poetry-core
];
propagatedBuildInputs = [