diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2023-10-01 22:01:29 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2023-10-01 22:01:29 +0200 |
commit | f4a5d4f0b0a814fe8bb19063cb77cbaa45d85032 (patch) | |
tree | da999920b831dee704dfcf7ac99ee1cfd6cc6367 /gnu/packages/python-xyz.scm | |
parent | 009921438672a412ff027f182bffc997be04ff21 (diff) | |
download | guix-f4a5d4f0b0a814fe8bb19063cb77cbaa45d85032.tar.gz |
gnu: poetry: Fix build.
Follow-up to 21d6985a8b3c6e53aab648275dc27b72c7453437. * gnu/packages/python-build.scm (python-poetry-core-1.0): New variable. * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace python-poetry-core by python-poetry-core-1.0.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a40738f5cc..3f2828fe54 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19316,7 +19316,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") python-pexpect python-pip python-pkginfo - python-poetry-core + python-poetry-core-1.0 python-requests python-requests-toolbelt python-shellingham |