diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2021-05-25 01:15:08 +0200 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2021-05-25 01:15:08 +0200 |
commit | 3aea1433f110c4c0acb75920b10c92de92996adb (patch) | |
tree | 5ffa520a46d0cb27f3d09de497ba0eba58bfc6e0 /gnu | |
parent | 488fc3d2e6e0a3d5fc4fe747587cf831989ece58 (diff) | |
download | guix-3aea1433f110c4c0acb75920b10c92de92996adb.tar.gz |
gnu: python2-shapely: Remove package.
* gnu/packages/python-xyz.scm (python2-shapely): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 25f986e9b6..770beb0336 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -861,9 +861,6 @@ module and then similar looking characters are removed.") and function call return values in a human-readable way.") (license license:asl2.0))) -(define-public python2-shapely - (package-with-python2 python-shapely)) - (define-public python-clyent (package (name "python-clyent") |