diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 13:11:45 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:36 +0100 |
commit | 24464edd31256ac81d02b2d9f0a00a72aee8d8d8 (patch) | |
tree | 375e10be766b74ae35ba6bd4c68fc04356933f4a /gnu | |
parent | 751c1b5960508645d1257eb584ff3d5c1627e6c3 (diff) | |
download | patches-24464edd31256ac81d02b2d9f0a00a72aee8d8d8.tar patches-24464edd31256ac81d02b2d9f0a00a72aee8d8d8.tar.gz |
gnu: Remove python2-gitdb.
Upstream no longer supports Python 2 and there are no users in Guix.
* gnu/packages/version-control.scm (python2-gitdb): Remove variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 4249d4edcf..bf97f89cd6 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1017,9 +1017,6 @@ with performance and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint.") (license license:bsd-3))) -(define-public python2-gitdb - (package-with-python2 python-gitdb)) - (define-public python-gitpython (package (name "python-gitpython") |