diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-15 21:49:37 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-16 19:20:20 +0100 |
commit | cbd3e73f06ed0e47bd228f51ce0d88b5bc4d8d2c (patch) | |
tree | 83bcef5d1a52b13f7d6f058a1203f17938e0814e /gnu/packages/python-xyz.scm | |
parent | bd8c62dbd1ef37c5f1a49d7100ca99b1f6f67749 (diff) | |
download | guix-cbd3e73f06ed0e47bd228f51ce0d88b5bc4d8d2c.tar guix-cbd3e73f06ed0e47bd228f51ce0d88b5bc4d8d2c.tar.gz |
gnu: poetry: Remove redundant input.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Remove PYTHON-PATHLIB2.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 054974d44f..31ea51be29 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10600,7 +10600,6 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") ("python-html5lib" ,python-html5lib) ("python-jsonschema" ,python-jsonschema) ("python-msgpack" ,python-msgpack) - ("python-pathlib2" ,python-pathlib2) ("python-pkginfo" ,python-pkginfo) ("python-pyparsing" ,python-pyparsing) ("python-pyrsistent" ,python-pyrsistent) |