mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-08 16:23:42 -04:00
try to fix build on RTD *again*
This commit is contained in:
parent
80f82efcdf
commit
f2c56fb890
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ from datetime import datetime, timezone, timedelta
|
|||
from fnmatch import translate
|
||||
from operator import attrgetter
|
||||
|
||||
import msgpack
|
||||
|
||||
def have_cython():
|
||||
"""allow for a way to disable Cython includes
|
||||
|
||||
|
|
@ -37,6 +35,7 @@ if have_cython():
|
|||
from . import hashindex
|
||||
from . import chunker
|
||||
from . import crypto
|
||||
import msgpack
|
||||
|
||||
|
||||
class Error(Exception):
|
||||
|
|
|
|||
Loading…
Reference in a new issue