14
0

Accepting request 1034213 from home:pgajdos:python

- do not require python-six
- added patches
  fix https://github.com/MartijnBraam/python-isc-dhcp-leases/issues/38
  + python-isc_dhcp_leases-remove-unused-code.patch

OBS-URL: https://build.opensuse.org/request/show/1034213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isc_dhcp_leases?expand=0&rev=5
This commit is contained in:
2022-11-07 14:32:59 +00:00
committed by Git OBS Bridge
parent 6c13c4732d
commit d39f59ac5b
3 changed files with 25 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
Index: python-isc-dhcp-leases-0.9.1/isc_dhcp_leases/iscdhcpleases.py
===================================================================
--- python-isc-dhcp-leases-0.9.1.orig/isc_dhcp_leases/iscdhcpleases.py
+++ python-isc-dhcp-leases-0.9.1/isc_dhcp_leases/iscdhcpleases.py
@@ -5,8 +5,6 @@ import re
import struct
import gzip
-from six import iteritems
-
def parse_time(s):
"""