diff options
author | Lars-Dominik Braun <ldb@leibniz-psychology.org> | 2021-03-04 12:00:47 +0100 |
---|---|---|
committer | Lars-Dominik Braun <ldb@leibniz-psychology.org> | 2021-03-10 12:01:41 +0100 |
commit | 38b0c64d7b3e4c6bfc1da9cd6b9a04d27972e90d (patch) | |
tree | 15756e871a042e68c2f91d3e29ea8e371d41890f /gnu/local.mk | |
parent | 714465ec7c1d3c40e710e95ec5bd6651311827d6 (diff) | |
download | guix-38b0c64d7b3e4c6bfc1da9cd6b9a04d27972e90d.tar guix-38b0c64d7b3e4c6bfc1da9cd6b9a04d27972e90d.tar.gz |
gnu: python-shouldbe: Remove.
Unmaintained upstream and its only dependent (python-gssapi) dropped it.
* gnu/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch: Remove.
* gnu/local.mk: Drop patch file.
* gnu/packages/python-xyz.scm (python-shouldbe): Remove.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 43ed97692e..667ec79048 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1560,7 +1560,6 @@ dist_patch_DATA = \ %D%/packages/patches/python2-pygobject-2-deprecation.patch \ %D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \ %D%/packages/patches/python-robotframework-source-date-epoch.patch \ - %D%/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch \ %D%/packages/patches/python2-subprocess32-disable-input-test.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ |